Skip to content

Commit 7fd9741

Browse files
chore(main): release activerecord-spanner-adapter 1.6.0 (#287)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b0e3cd0 commit 7fd9741

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
### 1.6.0 (2023-12-20)
4+
5+
#### Features
6+
7+
* interleaved tables with built-in composite pk ([#282](https://github.com/googleapis/ruby-spanner-activerecord/issues/282))
8+
* support Query Logs ([#291](https://github.com/googleapis/ruby-spanner-activerecord/issues/291))
9+
* support Rails 7.1 ([#278](https://github.com/googleapis/ruby-spanner-activerecord/issues/278))
10+
311
### 1.5.1 (2023-12-12)
412

513
#### 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.5.1".freeze
8+
VERSION = "1.6.0".freeze
99
end

0 commit comments

Comments
 (0)