Skip to content

Commit 49761a0

Browse files
chore(main): release 1.12.0 (#68)
Co-authored-by: flipt-release-bot[bot] <119936948+flipt-release-bot[bot]@users.noreply.github.com>
1 parent 4f6f1f2 commit 49761a0

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.11.0"
2+
".": "1.12.0"
33
}

CHANGELOG.md

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

3+
## [1.12.0](https://github.com/flipt-io/flipt-grpc-ruby/compare/v1.11.0...v1.12.0) (2024-01-15)
4+
5+
6+
### Features
7+
8+
* updates to protobuf definitions for flipt 1.35.0 ([#67](https://github.com/flipt-io/flipt-grpc-ruby/issues/67)) ([4f6f1f2](https://github.com/flipt-io/flipt-grpc-ruby/commit/4f6f1f2c30441bf0d7b696fbda0da2b772a60fe7))
9+
* updates to protobuf definitions for flipt main ([#61](https://github.com/flipt-io/flipt-grpc-ruby/issues/61)) ([a7a215b](https://github.com/flipt-io/flipt-grpc-ruby/commit/a7a215b75d7432c6e32e45b48141e2a4e9ae16a9))
10+
311
## [1.11.0](https://github.com/flipt-io/flipt-grpc-ruby/compare/v1.10.0...v1.11.0) (2023-11-15)
412

513

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.11.0'.freeze
2+
VERSION = '1.12.0'.freeze
33
end

0 commit comments

Comments
 (0)