Skip to content

Commit e6dcf21

Browse files
chore(main): release activerecord-spanner-adapter 1.5.0 (#264)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 18d12db commit e6dcf21

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.4"
2+
".": "1.5.0"
33
}

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
### 1.5.0 (2023-11-03)
4+
5+
#### Features
6+
7+
* Drop support for Ruby 2.6 ([#270](https://github.com/googleapis/ruby-spanner-activerecord/issues/270))
8+
* translate annotate to tags ([#267](https://github.com/googleapis/ruby-spanner-activerecord/issues/267))
9+
#### Documentation
10+
11+
* update README to reference PGAdapter for PG ([#263](https://github.com/googleapis/ruby-spanner-activerecord/issues/263))
12+
* 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))
13+
314
### 1.4.4 (2023-09-06)
415

516
#### Bug Fixes

lib/activerecord_spanner_adapter/version.rb

+1-1
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.4.4".freeze
8+
VERSION = "1.5.0".freeze
99
end

0 commit comments

Comments
 (0)