From 109d0a8ec7dc22ad66907171e8195aed963f1fe7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 17:15:20 +0100 Subject: [PATCH] chore(main): release 1.6.0 (#37) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dd8fde7..0d1bebe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.0" + ".": "1.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index edc5996..6b47d1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.0](https://github.com/flipt-io/flipt-grpc-go/compare/v1.5.0...v1.6.0) (2023-05-23) + + +### Features + +* updates to protobuf definitions for flipt main ([#36](https://github.com/flipt-io/flipt-grpc-go/issues/36)) ([e8e938d](https://github.com/flipt-io/flipt-grpc-go/commit/e8e938d71711a2b6e01bd37d7d8c9575d176d835)) + ## [1.5.0](https://github.com/flipt-io/flipt-grpc-go/compare/v1.4.0...v1.5.0) (2023-04-12)