From 0693b3d8c672a2304a517da6449c2c0ad23b1500 Mon Sep 17 00:00:00 2001 From: "flipt-release-bot[bot]" <119936948+flipt-release-bot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 11:43:26 -0400 Subject: [PATCH] chore(main): release 1.8.0 (#44) Co-authored-by: flipt-release-bot[bot] <119936948+flipt-release-bot[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 64e0684..099626f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.0" + ".": "1.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ad1edc..a03f0bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.8.0](https://github.com/flipt-io/flipt-grpc-ruby/compare/v1.7.0...v1.8.0) (2023-08-16) + + +### Features + +* updates to protobuf definitions for flipt main ([#43](https://github.com/flipt-io/flipt-grpc-ruby/issues/43)) ([73e055f](https://github.com/flipt-io/flipt-grpc-ruby/commit/73e055fa72e7578e1ba1edac311dd2ba919081e6)) + ## [1.7.0](https://github.com/flipt-io/flipt-grpc-ruby/compare/v1.6.0...v1.7.0) (2023-08-01) diff --git a/lib/version.rb b/lib/version.rb index 9baa25b..e1c8a1e 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,3 +1,3 @@ module Flipt - VERSION = '1.7.0'.freeze + VERSION = '1.8.0'.freeze end