Skip to content

Commit aff15d9

Browse files
chore(main): release 1.13.0 (#107)
Co-authored-by: flipt-release-bot[bot] <119936948+flipt-release-bot[bot]@users.noreply.github.com>
1 parent 06c36ec commit aff15d9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.12.0"
2+
".": "1.13.0"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.13.0](https://github.com/flipt-io/flipt-grpc-ruby/compare/v1.12.0...v1.13.0) (2025-04-04)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* release 1.13.0 ([06c36ec](https://github.com/flipt-io/flipt-grpc-ruby/commit/06c36ec0b1519975c0eee418c8f587a9347c2acd))
9+
310
## [1.12.0](https://github.com/flipt-io/flipt-grpc-ruby/compare/v1.11.0...v1.12.0) (2024-01-15)
411

512
### Features

lib/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Flipt
2-
VERSION = '1.12.0'.freeze
2+
VERSION = '1.13.0'.freeze
33
end

0 commit comments

Comments
 (0)