From 40c72c4b2b0d7fbe8870a0c26662840a689e62b0 Mon Sep 17 00:00:00 2001 From: "flipt-release-bot[bot]" <119936948+flipt-release-bot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 14:49:37 +0000 Subject: [PATCH] chore(main): release 1.11.0 (#69) Co-authored-by: flipt-release-bot[bot] <119936948+flipt-release-bot[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d9246dd..cf198b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.0" + ".": "1.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 286ac89..28fb165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.11.0](https://github.com/flipt-io/flipt-grpc-go/compare/v1.10.0...v1.11.0) (2024-01-15) + + +### Features + +* updates to protobuf definitions for flipt 1.35.0 ([#68](https://github.com/flipt-io/flipt-grpc-go/issues/68)) ([aca4376](https://github.com/flipt-io/flipt-grpc-go/commit/aca43769b9f8ff8c1840b00f8484c885e0ff2696)) +* updates to protobuf definitions for flipt main ([#63](https://github.com/flipt-io/flipt-grpc-go/issues/63)) ([697a3cc](https://github.com/flipt-io/flipt-grpc-go/commit/697a3ccf4493fedb3f67cc9736f13a0cc90c15a3)) + ## [1.10.0](https://github.com/flipt-io/flipt-grpc-go/compare/v1.9.0...v1.10.0) (2023-11-15)