Skip to content

Commit

Permalink
chore(main): release activerecord-spanner-adapter 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 20, 2023
1 parent b0e3cd0 commit a3f4fda
Show file tree
Hide file tree
Showing 3 changed files with 10 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.5.1"
".": "1.6.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### 1.6.0 (2023-12-20)

#### Features

* interleaved tables with built-in composite pk ([#282](https://github.com/googleapis/ruby-spanner-activerecord/issues/282))
* support Query Logs ([#291](https://github.com/googleapis/ruby-spanner-activerecord/issues/291))
* support Rails 7.1 ([#278](https://github.com/googleapis/ruby-spanner-activerecord/issues/278))

### 1.5.1 (2023-12-12)

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

0 comments on commit a3f4fda

Please sign in to comment.