From 3f9aac30e5bdcfb7817e9c40f4e789f291f33335 Mon Sep 17 00:00:00 2001 From: Norbert Orzechowicz Date: Tue, 22 Dec 2020 00:15:02 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4182c27..7cdfe4eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.13.2] - 2020-12-22 +### Fixed +- [#86](https://github.com/aeon-php/calendar/pull/86) - **Fix: possibility to crete DateTime from relative format string with timezon #86** - [@norberttech](https://github.com/norberttech) + ## [0.13.1] - 2020-12-21 ### Fixed - [#84](https://github.com/aeon-php/calendar/pull/84) - **Restored support for relative dates into toString methods #85** - [@norberttech](https://github.com/norberttech)