From 68598d3cd11d9fba4527c8ac600e27e826f1addd Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Sun, 19 Jun 2022 00:07:10 +0200 Subject: [PATCH] Prepare for release --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index faf6e8f..9c76035 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,14 @@ # Changelog -## UNRELEASED *(0.4.1)* +## [0.4.1](https://github.com/brick/date-time/releases/tag/0.4.1) - 2022-06-18 ✨ **New methods** -- `LocalDateRange::toPeriod()` -- `Year::toLocalDateRange()` -- `YearMonth::toLocalDateRange()` -- `YearMonthRange::toLocalDateRange()` -- `YearWeek::toLocalDateRange()` +- `LocalDateRange::toPeriod()` ([#51](https://github.com/brick/date-time/issues/51)) +- `Year::toLocalDateRange()` ([#46](https://github.com/brick/date-time/pull/46)) +- `YearMonth::toLocalDateRange()` ([#46](https://github.com/brick/date-time/pull/46)) +- `YearMonthRange::toLocalDateRange()` ([#46](https://github.com/brick/date-time/pull/46)) +- `YearWeek::toLocalDateRange()` ([#46](https://github.com/brick/date-time/pull/46)) 💩 **Deprecations**