diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index ada7355e..95a37e3e 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.0" + ".": "3.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bbb6671..dfd568a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.0](https://github.com/Lendable/clock/compare/3.1.0...3.2.0) (2024-08-20) + + +### Features + +* Add `Date::startOfDay()` and `Date::endOfDay()` methods ([#754](https://github.com/Lendable/clock/issues/754)) ([767d284](https://github.com/Lendable/clock/commit/767d2845de34bc4d5d3183d9e50bf94eb221b53f)) + ## [3.1.0](https://github.com/Lendable/clock/compare/3.0.0...3.1.0) (2024-08-20)