From 9cd4150e52321f32aad1702128bca4c74bde2250 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ausw=C3=B6ger?= Date: Tue, 10 Dec 2019 18:57:07 +0100 Subject: [PATCH] Version 1.0.1 (#65) --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21a6d04..5ee0f8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] + +## [1.0.1] (2019-11-25) + * Handle JSON errors. [#63] * Compatibility with Symfony 5. [#62] * Canonicalize relative paths of deferred images. [#64] @@ -104,7 +107,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm * Initial release -[Unreleased]: https://github.com/contao/image/compare/1.0.0...HEAD +[Unreleased]: https://github.com/contao/image/compare/1.0.1...HEAD +[1.0.1]: https://github.com/contao/image/compare/1.0.0...1.0.1 [1.0.0]: https://github.com/contao/image/compare/1.0.0-beta4...1.0.0 [1.0.0-beta4]: https://github.com/contao/image/compare/1.0.0-beta3...1.0.0-beta4 [1.0.0-beta3]: https://github.com/contao/image/compare/1.0.0-beta2...1.0.0-beta3