From cd977324f2b97e2b24e8a8fcf96b8f640d9deec3 Mon Sep 17 00:00:00 2001 From: Hendrik Sollich Date: Tue, 25 Oct 2022 20:48:24 +0200 Subject: [PATCH] chore: changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0df9a4..6ea28f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [v0.13.3](https://github.com/hoodie/icalendar-rs/compare/v0.13.2...v0.13.3) (2022-10-25) + +#### Fixes + +* disable oldtime feature of chrono + ([de14149](https://github.com/hoodie/icalendar-rs/commit/de14149f69a0666825712bceca031fdebd8a1524)) + ### [v0.13.2](https://github.com/hoodie/icalendar-rs/compare/v0.13.1...v0.13.2) (2022-10-18) #### Features