Skip to content

Commit

Permalink
chore(main): release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-automaton[bot] authored May 11, 2024
1 parent 5e21d7d commit 52e8cb2
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.2"
".": "2.1.0"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 52e8cb2

Please sign in to comment.