From 6197b3d956d358bf662e5b8e0aebdc4800480f6b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 12:54:56 -0700 Subject: [PATCH] chore(main): release 0.5.3 (#116) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 383dd5a..6bc1697 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.2" + ".": "0.5.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 419294c..add314a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.5.3](https://github.com/open-feature/flagd-testbed/compare/v0.5.2...v0.5.3) (2024-04-08) + + +### Features + +* test multiple fractional flags with shared seed ([#115](https://github.com/open-feature/flagd-testbed/issues/115)) ([25544e4](https://github.com/open-feature/flagd-testbed/commit/25544e43d65500ea085d6f0e242b9a616a51f776)) + + +### Bug Fixes + +* **deps:** update golang.org/x/exp digest to a685a6e ([#113](https://github.com/open-feature/flagd-testbed/issues/113)) ([620df72](https://github.com/open-feature/flagd-testbed/commit/620df72fe2982004ffe9c3e9798de95e92178084)) + ## [0.5.2](https://github.com/open-feature/flagd-testbed/compare/v0.5.1...v0.5.2) (2024-02-22)