From 0710b7a8c8867b3976a1fad5b84da43b814d0d7b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 14:22:41 -0500 Subject: [PATCH] chore(main): release 0.4.8 (#87) 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 c4437e1..5f185fd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.7" + ".": "0.4.8" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f12dd11..ffb27bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.8](https://github.com/open-feature/flagd-testbed/compare/v0.4.7...v0.4.8) (2023-12-05) + + +### Features + +* add tests for config edge cases ([#85](https://github.com/open-feature/flagd-testbed/issues/85)) ([14eadc1](https://github.com/open-feature/flagd-testbed/commit/14eadc106a1ecdc2f381a5eee83b4f111cca3f3c)) + ## [0.4.7](https://github.com/open-feature/flagd-testbed/compare/v0.4.6...v0.4.7) (2023-11-27)