Skip to content

Commit de5afff

Browse files
authored
Merge pull request #29 from flipt-io/release-please--branches--main
chore(main): release 1.5.0
2 parents a68efd9 + 2d2d9f0 commit de5afff

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.4.1"
2+
".": "1.5.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.5.0](https://github.com/flipt-io/flipt-grpc-ruby/compare/v1.4.1...v1.5.0) (2023-04-12)
4+
5+
6+
### Features
7+
8+
* updates to protobuf definitions for flipt v1.20.0 ([6d77d4f](https://github.com/flipt-io/flipt-grpc-ruby/commit/6d77d4f4262db67d19ad29d67505c504c4a39335))
9+
310
## [1.4.1](https://github.com/flipt-io/flipt-grpc-ruby/compare/v1.4.0...v1.4.1) (2023-03-24)
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.4.1'.freeze
2+
VERSION = '1.5.0'.freeze
33
end

0 commit comments

Comments
 (0)