From 61f09b910634a003c386c4682dd252e7c04d39e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 16:11:34 -0500 Subject: [PATCH] chore(main): release 0.4.9 (#89) 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 5f185fd..c6de862 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.8" + ".": "0.4.9" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ffb27bd..a9e3c6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.9](https://github.com/open-feature/flagd-testbed/compare/v0.4.8...v0.4.9) (2023-12-15) + + +### Features + +* add empty context test ([#88](https://github.com/open-feature/flagd-testbed/issues/88)) ([ca1d46c](https://github.com/open-feature/flagd-testbed/commit/ca1d46c9f569408d670a5ce4d349a13df5656b46)) + ## [0.4.8](https://github.com/open-feature/flagd-testbed/compare/v0.4.7...v0.4.8) (2023-12-05)