We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961ee1e commit f0891d0Copy full SHA for f0891d0
3 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "1.6.2"
+ ".": "1.6.3"
3
}
CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+### 1.6.3 (2024-08-31)
4
+
5
+#### Bug Fixes
6
7
+* a few Ruby DSL schema dump bug fixes ([#308](https://github.com/googleapis/ruby-spanner-activerecord/issues/308))
8
+#### Documentation
9
10
+* update bit-reversed sequence sample ([#303](https://github.com/googleapis/ruby-spanner-activerecord/issues/303))
11
12
### 1.6.2 (2024-02-19)
13
14
#### Bug Fixes
lib/activerecord_spanner_adapter/version.rb
@@ -5,5 +5,5 @@
# https://opensource.org/licenses/MIT.
module ActiveRecordSpannerAdapter
- VERSION = "1.6.2".freeze
+ VERSION = "1.6.3".freeze
end
0 commit comments