From 79f0e978fef2f107e1652dd288211636d9e03321 Mon Sep 17 00:00:00 2001 From: "lendabot[bot]" <126705550+lendabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:46:35 +0200 Subject: [PATCH] chore: release 3.2.0 (#755) Co-authored-by: lendabot[bot] <126705550+lendabot[bot]@users.noreply.github.com> --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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)