Skip to content

Commit 41e3cbe

Browse files
chore(main): release activerecord-spanner-adapter 1.6.2 (#301)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent bacb4ef commit 41e3cbe

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.6.1"
2+
".": "1.6.2"
33
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### 1.6.2 (2024-02-19)
4+
5+
#### Bug Fixes
6+
7+
* failed to convert active model type to spanner type under certain condition ([#299](https://github.com/googleapis/ruby-spanner-activerecord/issues/299))
8+
39
### 1.6.1 (2024-02-05)
410

511
#### Bug Fixes

lib/activerecord_spanner_adapter/version.rb

Lines changed: 1 addition & 1 deletion
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.1".freeze
8+
VERSION = "1.6.2".freeze
99
end

0 commit comments

Comments
 (0)