From b4ac5f29f11664274eff9d0ca376516368caf0a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 19:39:57 +0000 Subject: [PATCH] chore(main): release 0.0.10 --- .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 789909f..393f524 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.9" + ".": "0.0.10" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a643034..4f6ab8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.0.10](https://github.com/open-feature/php-sdk/compare/0.0.9...0.0.10) (2022-12-19) + + +### Miscellaneous Chores + +* Configure Renovate ([#12](https://github.com/open-feature/php-sdk/issues/12)) ([e2d2603](https://github.com/open-feature/php-sdk/commit/e2d26032621bacb678d69b84e970002c2a5afe74)) +* **deps:** update dependency php to v8.2.0 ([#24](https://github.com/open-feature/php-sdk/issues/24)) ([b9e0985](https://github.com/open-feature/php-sdk/commit/b9e098577f56eafbe6017a39954013c7e7521bfc)) +* **deps:** update dependency phpstan/phpstan to ~1.9.0 ([#25](https://github.com/open-feature/php-sdk/issues/25)) ([2656740](https://github.com/open-feature/php-sdk/commit/265674015bbd6a58b68a1efa7e2c928a41e1f9c3)) + ## [0.0.9](https://github.com/open-feature/php-sdk/compare/0.0.8...0.0.9) (2022-12-19)