Skip to content

Commit

Permalink
chore: release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-automaton[bot] authored May 10, 2024
1 parent 21eb958 commit d5490ca
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [2.1.0](https://www.github.com/ksaveras/circuit-breaker/compare/v2.0.2...v2.1.0) (2024-05-10)


### Features

* Add support for SF 7.0, add PHP 8.3 ([#20](https://www.github.com/ksaveras/circuit-breaker/issues/20)) ([c1e3d7e](https://www.github.com/ksaveras/circuit-breaker/commit/c1e3d7e093dca649c3a0020ed6e28669c5b40d0a))


### Miscellaneous Chores

* bump dev dependencies ([#24](https://www.github.com/ksaveras/circuit-breaker/issues/24)) ([68e3413](https://www.github.com/ksaveras/circuit-breaker/commit/68e3413e595b161cb80e3ec458f0bac760f6632a))
* bump GH action versions ([#23](https://www.github.com/ksaveras/circuit-breaker/issues/23)) ([34f49c0](https://www.github.com/ksaveras/circuit-breaker/commit/34f49c0cfd64dd5c59da7848fbbe427d6f7d3c1f))
* Configure renovate ([#26](https://www.github.com/ksaveras/circuit-breaker/issues/26)) ([d2be349](https://www.github.com/ksaveras/circuit-breaker/commit/d2be3494eb8aa7e2bd65d0e0c167e7593f7abead))
* **deps:** update actions/upload-artifact action to v4 ([#29](https://www.github.com/ksaveras/circuit-breaker/issues/29)) ([21eb958](https://www.github.com/ksaveras/circuit-breaker/commit/21eb958de532239bf69952fea2be921396d6705d))
* **deps:** update dawidd6/action-download-artifact action to v3 ([#30](https://www.github.com/ksaveras/circuit-breaker/issues/30)) ([b57b77f](https://www.github.com/ksaveras/circuit-breaker/commit/b57b77f58e109ec31dddb39201ef06ca932d4316))
* **deps:** update dependency rector/rector to v1.0.5 ([#27](https://www.github.com/ksaveras/circuit-breaker/issues/27)) ([d41ce8c](https://www.github.com/ksaveras/circuit-breaker/commit/d41ce8c0150cd46ff742966d41ec7532a565b8ab))
* Exclude branches from coverage report ([#25](https://www.github.com/ksaveras/circuit-breaker/issues/25)) ([d7bf879](https://www.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
Expand Up @@ -60,5 +60,5 @@
"config": {
"sort-packages": true
},
"version": "2.0.2"
"version": "2.1.0"
}

0 comments on commit d5490ca

Please sign in to comment.