Skip to content

Commit

Permalink
chore(main): release activerecord-spanner-adapter 1.8.0 (#335)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Dec 12, 2024
1 parent 7378e6d commit 1ac45e8
Show file tree
Hide file tree
Showing 3 changed files with 11 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.7.0"
".": "1.8.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### 1.8.0 (2024-12-12)

#### Features

* INSERT OR [IGNORE|UPDATE] ([#332](https://github.com/googleapis/ruby-spanner-activerecord/issues/332))
#### Bug Fixes

* Fixed incorrect argument handling. ([#333](https://github.com/googleapis/ruby-spanner-activerecord/issues/333))

### 1.7.0 (2024-12-11)

#### Features
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.7.0".freeze
VERSION = "1.8.0".freeze
end

0 comments on commit 1ac45e8

Please sign in to comment.