From 3c1176e3ac01249f1b8b9f8872d031751c39f615 Mon Sep 17 00:00:00 2001 From: Olivier Dolbeau Date: Sun, 28 Jul 2019 23:56:18 +0200 Subject: [PATCH] Update CHANGELOG for 1.6.2 --- CHANGELOG.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c13027..1c349fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.6.2] - 2019-07-28 + +### Added + +- Supports publisher confirms + +### Fixed + +- Remove deprecated ContainerAwareCommand + +## [1.6.1] - 2019-02-11 + +### Fixed + +- Remove deprecated notice when using symfony/config > 4.2 + ## [1.6.0] - 2018-10-17 ### Added @@ -99,7 +115,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [1.0.1] - 2014-07-18 -[Unreleased]: https://github.com/swarrot/SwarrotBundle/compare/v1.5.1...HEAD +[Unreleased]: https://github.com/swarrot/SwarrotBundle/compare/v1.6.2...HEAD +[1.5.1]: https://github.com/swarrot/SwarrotBundle/compare/v1.6.1...v1.6.2 +[1.5.1]: https://github.com/swarrot/SwarrotBundle/compare/v1.6.0...v1.6.1 +[1.5.1]: https://github.com/swarrot/SwarrotBundle/compare/v1.5.1...v1.6.0 [1.5.1]: https://github.com/swarrot/SwarrotBundle/compare/v1.5.0...v1.5.1 [1.5.0]: https://github.com/swarrot/SwarrotBundle/compare/v1.4.2...v1.5.0 [1.4.2]: https://github.com/swarrot/SwarrotBundle/compare/v1.4.1...v1.4.2