From 52e8cb2ea837519c470b16c1ea056846e87fe148 Mon Sep 17 00:00:00 2001 From: "release-automaton[bot]" <135179185+release-automaton[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 19:14:04 +0000 Subject: [PATCH] chore(main): release 2.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 26 ++++++++++++++++++++++++++ composer.json | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 47fb725..969d3db 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.2" + ".": "2.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 36d5ada..1dcb70a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [2.1.0](https://github.com/ksaveras/circuit-breaker/compare/v2.0.2...v2.1.0) (2024-05-11) + + +### Features + +* Add support for SF 7.0, add PHP 8.3 ([#20](https://github.com/ksaveras/circuit-breaker/issues/20)) ([c1e3d7e](https://github.com/ksaveras/circuit-breaker/commit/c1e3d7e093dca649c3a0020ed6e28669c5b40d0a)) + + +### Bug Fixes + +* **deps:** update symfony packages to v7.0.7 ([#28](https://github.com/ksaveras/circuit-breaker/issues/28)) ([ac2f2eb](https://github.com/ksaveras/circuit-breaker/commit/ac2f2eb207c36211fc7cdbd7ece51f238e9e21ff)) + + +### Miscellaneous Chores + +* bump dev dependencies ([#24](https://github.com/ksaveras/circuit-breaker/issues/24)) ([68e3413](https://github.com/ksaveras/circuit-breaker/commit/68e3413e595b161cb80e3ec458f0bac760f6632a)) +* bump GH action versions ([#23](https://github.com/ksaveras/circuit-breaker/issues/23)) ([34f49c0](https://github.com/ksaveras/circuit-breaker/commit/34f49c0cfd64dd5c59da7848fbbe427d6f7d3c1f)) +* Bump release action version to v4 ([#36](https://github.com/ksaveras/circuit-breaker/issues/36)) ([5e21d7d](https://github.com/ksaveras/circuit-breaker/commit/5e21d7d39076a5354d6ede112b3e17ed98ad1913)) +* Configure renovate ([#26](https://github.com/ksaveras/circuit-breaker/issues/26)) ([d2be349](https://github.com/ksaveras/circuit-breaker/commit/d2be3494eb8aa7e2bd65d0e0c167e7593f7abead)) +* Configure renovate ([#34](https://github.com/ksaveras/circuit-breaker/issues/34)) ([0673085](https://github.com/ksaveras/circuit-breaker/commit/0673085f56527608b2d22ef10aae613be54b1b93)) +* **deps:** update actions/upload-artifact action to v4 ([#29](https://github.com/ksaveras/circuit-breaker/issues/29)) ([21eb958](https://github.com/ksaveras/circuit-breaker/commit/21eb958de532239bf69952fea2be921396d6705d)) +* **deps:** update dawidd6/action-download-artifact action to v3 ([#30](https://github.com/ksaveras/circuit-breaker/issues/30)) ([b57b77f](https://github.com/ksaveras/circuit-breaker/commit/b57b77f58e109ec31dddb39201ef06ca932d4316)) +* **deps:** update dependency friendsofphp/php-cs-fixer to v3.56.1 ([#33](https://github.com/ksaveras/circuit-breaker/issues/33)) ([c9f8d21](https://github.com/ksaveras/circuit-breaker/commit/c9f8d21b1f34c32a7882368e347d071d346b4404)) +* **deps:** update dependency rector/rector to v1.0.5 ([#27](https://github.com/ksaveras/circuit-breaker/issues/27)) ([d41ce8c](https://github.com/ksaveras/circuit-breaker/commit/d41ce8c0150cd46ff742966d41ec7532a565b8ab)) +* Exclude branches from coverage report ([#25](https://github.com/ksaveras/circuit-breaker/issues/25)) ([d7bf879](https://github.com/ksaveras/circuit-breaker/commit/d7bf879b8402b6de9b7433355b7be79e6044dea9)) + ### [2.0.2](https://www.github.com/ksaveras/circuit-breaker/compare/v2.0.1...v2.0.2) (2023-06-24) diff --git a/composer.json b/composer.json index 224a07e..7ccc2e8 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "ksaveras/circuit-breaker", "type": "library", - "version": "2.0.2", + "version": "2.1.0", "description": "Circuit Breaker library", "keywords": [ "circuit breaker",