diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index fb1f343c..7aa3d567 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.4.0" + ".": "4.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d287bc85..e9f54511 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.5.0](https://github.com/Lendable/clock/compare/4.4.0...4.5.0) (2026-08-12) + + +### Features + +* Require PHP 8.4 ([#1108](https://github.com/Lendable/clock/issues/1108)) ([f86afee](https://github.com/Lendable/clock/commit/f86afee8ee67d42dbd0bf3779087966a57c6038f)) + ## [4.4.0](https://github.com/Lendable/clock/compare/4.3.0...4.4.0) (2026-01-08)