From 858d8be1f8500d26ace75c3a724b2ce73b11eebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ausw=C3=B6ger?= Date: Tue, 30 May 2023 15:29:46 +0200 Subject: [PATCH] Version 1.2.0 (#100) --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6897677..20b1307 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.2.0] (2023-05-30) + * Add EXIF, IPTC, XMP metadata handling for JPEG, PNG, WEBP, GIF, HEIC, JXL, AVIF. [#93], [#95], [#96] * Improve file name hashing algorithm. [#90] * Fix wrong exception class being thrown. @@ -135,7 +138,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.1.2...HEAD +[Unreleased]: https://github.com/contao/image/compare/1.2.0...1.x +[1.2.0]: https://github.com/contao/image/compare/1.1.2...1.2.0 [1.1.2]: https://github.com/contao/image/compare/1.1.1...1.1.2 [1.1.1]: https://github.com/contao/image/compare/1.1.0...1.1.1 [1.1.0]: https://github.com/contao/image/compare/1.0.3...1.1.0