diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d9246dd..cf198b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.0" + ".": "1.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a80b231..842c000 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.0](https://github.com/flipt-io/flipt-grpc-ruby/compare/v1.10.0...v1.11.0) (2023-11-15) + + +### Features + +* updates to protobuf definitions for flipt main ([#58](https://github.com/flipt-io/flipt-grpc-ruby/issues/58)) ([58ac966](https://github.com/flipt-io/flipt-grpc-ruby/commit/58ac9669b1d1869c1cc9be49d2d072ef94b9ab03)) + ## [1.10.0](https://github.com/flipt-io/flipt-grpc-ruby/compare/v1.9.0...v1.10.0) (2023-10-31) diff --git a/lib/version.rb b/lib/version.rb index 0692aa6..e6848b0 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,3 +1,3 @@ module Flipt - VERSION = '1.10.0'.freeze + VERSION = '1.11.0'.freeze end