Skip to content

Commit

Permalink
chore(main): release activerecord-spanner-adapter 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 10, 2024
1 parent 4896440 commit e109004
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.6.3"
".": "1.6.4"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### 1.6.4 (2024-12-10)

#### Bug Fixes

* `SpannerAdapter` requires prepared statements to be enabled ([#323](https://github.com/googleapis/ruby-spanner-activerecord/issues/323))
* local emulator test ([#320](https://github.com/googleapis/ruby-spanner-activerecord/issues/320))

### 1.6.3 (2024-08-31)

#### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lib/activerecord_spanner_adapter/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# https://opensource.org/licenses/MIT.

module ActiveRecordSpannerAdapter
VERSION = "1.6.3".freeze
VERSION = "1.6.4".freeze
end

0 comments on commit e109004

Please sign in to comment.