diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 83f9eb80..fb1f343c 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.3.0" + ".": "4.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 17cbcf94..d287bc85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.4.0](https://github.com/Lendable/clock/compare/4.3.0...4.4.0) (2026-01-08) + + +### Features + +* Add CI testing for PHP 8.5 ([#1066](https://github.com/Lendable/clock/issues/1066)) ([c21cf64](https://github.com/Lendable/clock/commit/c21cf64ec5cc116c970094767fb2ba55b8e3653b)) + ## [4.3.0](https://github.com/Lendable/clock/compare/4.2.0...4.3.0) (2025-06-11)