From 17e05109e478bc0d6b496203e96a25f9a1d4e0b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 23:27:31 -0400 Subject: [PATCH 1/2] chore(main): release 2.0.12 (#155) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [2.0.12](https://github.com/open-feature/php-sdk/compare/2.0.11...2.0.12) (2025-08-29) ### 🧹 Chore * **deps:** update actions/checkout action to v5 ([#151](https://github.com/open-feature/php-sdk/issues/151)) ([fa48aca](https://github.com/open-feature/php-sdk/commit/fa48aca79e612acee74a8ae345498159fe1a31ef)) * **deps:** update amannn/action-semantic-pull-request action to v6 ([#152](https://github.com/open-feature/php-sdk/issues/152)) ([7f0e277](https://github.com/open-feature/php-sdk/commit/7f0e277a7f15c13439c50dc2616e3c7bd40497b7)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1fa819c..cf0c464 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.11" + ".": "2.0.12" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 38def1e..b751afa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.0.12](https://github.com/open-feature/php-sdk/compare/2.0.11...2.0.12) (2025-08-29) + + +### 🧹 Chore + +* **deps:** update actions/checkout action to v5 ([#151](https://github.com/open-feature/php-sdk/issues/151)) ([fa48aca](https://github.com/open-feature/php-sdk/commit/fa48aca79e612acee74a8ae345498159fe1a31ef)) +* **deps:** update amannn/action-semantic-pull-request action to v6 ([#152](https://github.com/open-feature/php-sdk/issues/152)) ([7f0e277](https://github.com/open-feature/php-sdk/commit/7f0e277a7f15c13439c50dc2616e3c7bd40497b7)) + ## [2.0.11](https://github.com/open-feature/php-sdk/compare/2.0.10...2.0.11) (2025-07-09) diff --git a/README.md b/README.md index b2edc88..38da350 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ - - Release + + Release From d183c4a65892a3908724474a88d8b15632ebe895 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 03:28:03 +0000 Subject: [PATCH 2/2] chore(deps): update dependency spatie/phpunit-snapshot-assertions to v5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cad3be2..30ece8b 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "ramsey/composer-repl": "^1.4", "ramsey/conventional-commits": "^1.3", "roave/security-advisories": "dev-latest", - "spatie/phpunit-snapshot-assertions": "^4.2", + "spatie/phpunit-snapshot-assertions": "^5.0", "vimeo/psalm": "~5.26.0" }, "minimum-stability": "dev",