From f013742cdb9a2db645235114838f0c05cab337d5 Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Wed, 27 Sep 2023 00:04:50 +0200 Subject: [PATCH] Prepare for release --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 353a5c9..c874961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.5.3](https://github.com/brick/date-time/releases/tag/0.5.3) - 2023-09-27 + +✨ **New methods** + +- `Instant::getIntervalTo()` ([#81](https://github.com/brick/date-time/pull/81)) +- `ZonedDateTime::getIntervalTo()` ([#81](https://github.com/brick/date-time/pull/81)) + +Thanks to [@solodkiy](https://github.com/solodkiy)! + ## [0.5.2](https://github.com/brick/date-time/releases/tag/0.5.2) - 2023-09-17 ⚡️ **Performance optimizations**