Skip to content

Commit

Permalink
chore(main): release 1.12.0 (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: flipt-release-bot[bot] <119936948+flipt-release-bot[bot]@users.noreply.github.com>
  • Loading branch information
flipt-release-bot[bot] authored Jan 15, 2024
1 parent 4f6f1f2 commit 49761a0
Show file tree
Hide file tree
Showing 3 changed files with 10 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.11.0"
".": "1.12.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.12.0](https://github.com/flipt-io/flipt-grpc-ruby/compare/v1.11.0...v1.12.0) (2024-01-15)


### Features

* 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))
* 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))

## [1.11.0](https://github.com/flipt-io/flipt-grpc-ruby/compare/v1.10.0...v1.11.0) (2023-11-15)


Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Flipt
VERSION = '1.11.0'.freeze
VERSION = '1.12.0'.freeze
end

0 comments on commit 49761a0

Please sign in to comment.