From e0c500bec5597b382e23d89710b95b80f127eb19 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 23:06:20 -0500 Subject: [PATCH] chore(main): release 0.4.10 (#91) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c6de862..1538b88 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.9" + ".": "0.4.10" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a9e3c6f..9562f30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.4.10](https://github.com/open-feature/flagd-testbed/compare/v0.4.9...v0.4.10) (2023-12-22) + + +### Bug Fixes + +* **deps:** update golang.org/x/exp digest to dc181d7 ([#56](https://github.com/open-feature/flagd-testbed/issues/56)) ([bd04499](https://github.com/open-feature/flagd-testbed/commit/bd044994e61eef54b91dd0e6d6b67107aa2b233e)) +* **deps:** update module github.com/fsnotify/fsnotify to v1.7.0 ([#75](https://github.com/open-feature/flagd-testbed/issues/75)) ([d59613e](https://github.com/open-feature/flagd-testbed/commit/d59613e19543a991a6b504463be06d85036a575b)) +* **deps:** update module google.golang.org/grpc to v1.60.1 ([#57](https://github.com/open-feature/flagd-testbed/issues/57)) ([aef5f27](https://github.com/open-feature/flagd-testbed/commit/aef5f273bc759a5c4c087dda0490a52bbc4ddb4b)) + ## [0.4.9](https://github.com/open-feature/flagd-testbed/compare/v0.4.8...v0.4.9) (2023-12-15)