From 865a377e7b095464b14c146e3bbc7f93d1e73926 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 11:29:26 +0100 Subject: [PATCH] chore(main): release 1.5.0 (#33) 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 4c313f9..dd8fde7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.0" + ".": "1.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d787bd..edc5996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/flipt-io/flipt-grpc-go/compare/v1.4.0...v1.5.0) (2023-04-12) + + +### Features + +* updates to protobuf definitions for flipt v1.20.0 ([#32](https://github.com/flipt-io/flipt-grpc-go/issues/32)) ([3cc0156](https://github.com/flipt-io/flipt-grpc-go/commit/3cc015606fb8c6c08c36c9e3a426270d44051f72)) + ## [1.4.0](https://github.com/flipt-io/flipt-grpc-go/compare/v1.3.0...v1.4.0) (2023-01-23)