From 8fe4ad4ab640d45439dcebba5f0ff871eb9b2bcc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 12:28:33 +0000 Subject: [PATCH] chore(main): release 0.2.8 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ snap/snapcraft.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c65ff3cce..69af4c2cf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.7" + ".": "0.2.8" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b05c12915..b7cf4dc2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.8](https://github.com/open-feature/flagd/compare/v0.2.7...v0.2.8) (2022-12-21) + + +### Bug Fixes + +* changed eventing configuration mutex to rwmutex and added missing lock ([#220](https://github.com/open-feature/flagd/issues/220)) ([5bbef9e](https://github.com/open-feature/flagd/commit/5bbef9ea4b1960686e58298c2c2e192ca99f072f)) + ## [0.2.7](https://github.com/open-feature/flagd/compare/v0.2.5...v0.2.7) (2022-12-02) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 4841cc203..492b58abd 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: flagd base: core20 -version: "v0.2.7" # x-release-please-version +version: "v0.2.8" # x-release-please-version summary: A feature flag daemon with a Unix philosophy description: | Flagd is a simple command line tool for fetching and evaluating feature flags for services. It is designed to conform with the OpenFeature specification.