Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 21, 2022
1 parent 7b55b27 commit a2a3335
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.0.0"
".": "1.1.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [1.1.0](https://github.com/flipt-io/flipt-grpc-ruby/compare/v1.0.0...v1.1.0) (2022-10-21)


### Features

* generate clients with latest proto changes ([#11](https://github.com/flipt-io/flipt-grpc-ruby/issues/11)) ([7b55b27](https://github.com/flipt-io/flipt-grpc-ruby/commit/7b55b274a4af09f38eb991ed2d7217a0673f6931))
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.0.0'.freeze
VERSION = '1.1.0'.freeze
end

0 comments on commit a2a3335

Please sign in to comment.