From e1cff6cba9a6c00e5c3ffffa885ea459c7190087 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 13:46:02 -0400 Subject: [PATCH] chore(main): release 1.2.0 (#14) 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 5fdd883..c3f1463 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ebdda92..6e0a0e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/flipt-io/flipt-grpc-go/compare/v1.1.0...v1.2.0) (2022-11-02) + + +### Features + +* add reason value for evaluation response ([#13](https://github.com/flipt-io/flipt-grpc-go/issues/13)) ([7055b98](https://github.com/flipt-io/flipt-grpc-go/commit/7055b9898118b2386d91124bd157e9624a2f42e2)) + ## [1.1.0](https://github.com/flipt-io/flipt-grpc-go/compare/v1.0.0...v1.1.0) (2022-10-20)