We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e3cd0 commit 7fd9741Copy full SHA for 7fd9741
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "1.5.1"
+ ".": "1.6.0"
3
}
CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+### 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
11
### 1.5.1 (2023-12-12)
12
13
#### Bug Fixes
lib/activerecord_spanner_adapter/version.rb
@@ -5,5 +5,5 @@
# https://opensource.org/licenses/MIT.
module ActiveRecordSpannerAdapter
- VERSION = "1.5.1".freeze
+ VERSION = "1.6.0".freeze
end
0 commit comments