Skip to content

Commit 585fe75

Browse files
authored
chore(main): release 1.7.0 (#38)
1 parent 7b3491e commit 585fe75

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.6.0"
2+
".": "1.7.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.7.0](https://github.com/flipt-io/flipt-grpc-ruby/compare/v1.6.0...v1.7.0) (2023-08-01)
4+
5+
6+
### Features
7+
8+
* updates to protobuf definitions for flipt v1.24.0 ([#36](https://github.com/flipt-io/flipt-grpc-ruby/issues/36)) ([7b3491e](https://github.com/flipt-io/flipt-grpc-ruby/commit/7b3491ef677aa42c4c62680ffb0a817bcc9c9027))
9+
310
## [1.6.0](https://github.com/flipt-io/flipt-grpc-ruby/compare/v1.5.0...v1.6.0) (2023-05-23)
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.6.0'.freeze
2+
VERSION = '1.7.0'.freeze
33
end

0 commit comments

Comments
 (0)