Skip to content

Commit a354dff

Browse files
authored
Merge pull request #55 from flipt-io/release-please--branches--main
chore(main): release 1.10.0
2 parents 1ccc3a4 + 98a60a5 commit a354dff

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.9.0"
2+
".": "1.10.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.10.0](https://github.com/flipt-io/flipt-grpc-ruby/compare/v1.9.0...v1.10.0) (2023-10-31)
4+
5+
6+
### Features
7+
8+
* updates to protobuf definitions for flipt main ([#54](https://github.com/flipt-io/flipt-grpc-ruby/issues/54)) ([1ccc3a4](https://github.com/flipt-io/flipt-grpc-ruby/commit/1ccc3a4f06c1b254109468518af319565d12c0eb))
9+
310
## [1.9.0](https://github.com/flipt-io/flipt-grpc-ruby/compare/v1.8.0...v1.9.0) (2023-09-18)
411

512

lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Flipt
2-
VERSION = '1.9.0'.freeze
2+
VERSION = '1.10.0'.freeze
33
end

0 commit comments

Comments
 (0)