Skip to content

Commit 0693b3d

Browse files
chore(main): release 1.8.0 (#44)
Co-authored-by: flipt-release-bot[bot] <119936948+flipt-release-bot[bot]@users.noreply.github.com>
1 parent 73e055f commit 0693b3d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.7.0"
2+
".": "1.8.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.8.0](https://github.com/flipt-io/flipt-grpc-ruby/compare/v1.7.0...v1.8.0) (2023-08-16)
4+
5+
6+
### Features
7+
8+
* 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))
9+
310
## [1.7.0](https://github.com/flipt-io/flipt-grpc-ruby/compare/v1.6.0...v1.7.0) (2023-08-01)
411

512

lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Flipt
2-
VERSION = '1.7.0'.freeze
2+
VERSION = '1.8.0'.freeze
33
end

0 commit comments

Comments
 (0)