Skip to content

Commit

Permalink
chore(main): release 1.4.0 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps authored Jan 23, 2023
1 parent 379316d commit c2abe4b
Show file tree
Hide file tree
Showing 3 changed files with 16 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.3.0"
".": "1.4.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.4.0](https://github.com/flipt-io/flipt-grpc-ruby/compare/v1.3.0...v1.4.0) (2023-01-23)


### Features

* **github:** add flipt tag driven protobuf generate action ([a072aa4](https://github.com/flipt-io/flipt-grpc-ruby/commit/a072aa4b3b7d689569c152fceb4a2d1204a7296c))
* updates to protobuf definitions for flipt v1.18.0 ([#21](https://github.com/flipt-io/flipt-grpc-ruby/issues/21)) ([379316d](https://github.com/flipt-io/flipt-grpc-ruby/commit/379316d7eaf68dbd79d7558740997750fad2fdb6))


### Bug Fixes

* **github:** remove temporary push trigger ([a6b6fb9](https://github.com/flipt-io/flipt-grpc-ruby/commit/a6b6fb904c70959ecc63d8fbd18c77b36dc00358))
* **github:** replace go with ruby buf gen operations ([a8cf8e7](https://github.com/flipt-io/flipt-grpc-ruby/commit/a8cf8e7acc86d8c18c34c9436f99fa4147578f25))

## [1.3.0](https://github.com/flipt-io/flipt-grpc-ruby/compare/v1.2.0...v1.3.0) (2022-11-17)


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.3.0'.freeze
VERSION = '1.4.0'.freeze
end

0 comments on commit c2abe4b

Please sign in to comment.