Skip to content

Commit

Permalink
chore(main): release 1.11.0 (#59)
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 Nov 15, 2023
1 parent 58ac966 commit 7fc9cad
Show file tree
Hide file tree
Showing 3 changed files with 9 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.10.0"
".": "1.11.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.10.0'.freeze
VERSION = '1.11.0'.freeze
end

0 comments on commit 7fc9cad

Please sign in to comment.