From ed7e0ba660b01e1a22849e1b28ec37453921552e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 21:16:49 -0400 Subject: [PATCH] chore(main): release 0.5.6 (#136) 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 e57784c..a01fec6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.5" + ".": "0.5.6" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5822f7e..cb5f78e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.6](https://github.com/open-feature/flagd-testbed/compare/v0.5.5...v0.5.6) (2024-07-04) + + +### Bug Fixes + +* correct assertions for shorthand targeting ([#135](https://github.com/open-feature/flagd-testbed/issues/135)) ([5b685c2](https://github.com/open-feature/flagd-testbed/commit/5b685c2d1f2dc36e83923fb00e492e64b278ee41)) + ## [0.5.5](https://github.com/open-feature/flagd-testbed/compare/v0.5.4...v0.5.5) (2024-06-28)