From c543bda87d2f8b6c490210f1a6e2bf0d79162a4a Mon Sep 17 00:00:00 2001 From: rlanvin Date: Wed, 11 Oct 2017 13:23:40 +0100 Subject: [PATCH] Release 1.6 --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fa3d7f..9bfff80 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,12 @@ ## [Unreleased] +## [1.6.0] - 2017-10-11 + +### Added + - German translation [#38](https://github.com/rlanvin/php-rrule/pull/38) +- Add `include_until` option to `humanReadable` to omit the "until" part of the rule [#36](https://github.com/rlanvin/php-rrule/pull/36) ## [1.5.1] - 2017-05-15 ### Fixed @@ -10,7 +15,6 @@ - Throw exception when passing a float instead of an int (e.g. INTERVAL=1.5) instead of casting silently - Variable name typo [#34](https://github.com/rlanvin/php-rrule/issues/34) - ## [1.5.0] - 2017-05-07 ### Added @@ -124,7 +128,8 @@ - First release, everything before that was unversioned (`dev-master` was used). -[Unreleased]: https://github.com/rlanvin/php-rrule/compare/v1.5.1...HEAD +[Unreleased]: https://github.com/rlanvin/php-rrule/compare/v1.6.0...HEAD +[1.6.0]: https://github.com/rlanvin/php-rrule/compare/v1.5.1...v1.6.0 [1.5.1]: https://github.com/rlanvin/php-rrule/compare/v1.5.0...v1.5.1 [1.5.0]: https://github.com/rlanvin/php-rrule/compare/v1.4.2...v1.5.0 [1.4.2]: https://github.com/rlanvin/php-rrule/compare/v1.4.1...v1.4.2