Skip to content

Commit 3210265

Browse files
chore(main): release activerecord-spanner-adapter 1.7.0 (#321)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 8d9d2fa commit 3210265

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.6.3"
2+
".": "1.7.0"
33
}

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
### 1.7.0 (2024-12-11)
4+
5+
#### Features
6+
7+
* support Rails 7.2.0 ([#328](https://github.com/googleapis/ruby-spanner-activerecord/issues/328))
8+
#### Bug Fixes
9+
10+
* `SpannerAdapter` requires prepared statements to be enabled ([#323](https://github.com/googleapis/ruby-spanner-activerecord/issues/323))
11+
* local emulator test ([#320](https://github.com/googleapis/ruby-spanner-activerecord/issues/320))
12+
313
### 1.6.3 (2024-08-31)
414

515
#### Bug Fixes

lib/activerecord_spanner_adapter/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
# https://opensource.org/licenses/MIT.
66

77
module ActiveRecordSpannerAdapter
8-
VERSION = "1.6.3".freeze
8+
VERSION = "1.7.0".freeze
99
end

0 commit comments

Comments
 (0)