Skip to content

Commit

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

### 1.5.0 (2023-11-03)

#### Features

* translate annotate to tags ([#267](https://github.com/googleapis/ruby-spanner-activerecord/issues/267))
#### Documentation

* update README to reference PGAdapter for PG ([#263](https://github.com/googleapis/ruby-spanner-activerecord/issues/263))
* update README to reference PGAdapter for PG ([#263](https://github.com/googleapis/ruby-spanner-activerecord/issues/263)) ([#268](https://github.com/googleapis/ruby-spanner-activerecord/issues/268))

### 1.4.4 (2023-09-06)

#### 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.4.4".freeze
VERSION = "1.5.0".freeze
end

0 comments on commit 77110c1

Please sign in to comment.