diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4c313f9..4918b25 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.0" + ".": "1.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7340607..062fb61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.1](https://github.com/flipt-io/flipt-grpc-ruby/compare/v1.4.0...v1.4.1) (2023-03-24) + + +### Bug Fixes + +* generate protobuf without openapi annotations ([d4a009e](https://github.com/flipt-io/flipt-grpc-ruby/commit/d4a009e751ea3234c0e9a9a5817923b21654eaa8)) + ## [1.4.0](https://github.com/flipt-io/flipt-grpc-ruby/compare/v1.3.0...v1.4.0) (2023-01-23) diff --git a/lib/version.rb b/lib/version.rb index ecea1a2..8b6a719 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,3 +1,3 @@ module Flipt - VERSION = '1.4.0'.freeze + VERSION = '1.4.1'.freeze end