From fcfda96f982b4ee9a13802d502def3de841785a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Auswo=CC=88ger?= Date: Thu, 18 Mar 2021 10:22:50 +0100 Subject: [PATCH] Version 1.1.0 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67c0f68..246300d 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.1.0] (2021-03-18) + * Add namespaced exceptions and a specific `FileNotExistsException`. [#79] ## [1.0.3] (2020-11-20) @@ -119,7 +122,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.3...HEAD +[Unreleased]: https://github.com/contao/image/compare/1.1.0...HEAD +[1.1.0]: https://github.com/contao/image/compare/1.0.3...1.1.0 [1.0.3]: https://github.com/contao/image/compare/1.0.2...1.0.3 [1.0.2]: https://github.com/contao/image/compare/1.0.1...1.0.2 [1.0.1]: https://github.com/contao/image/compare/1.0.0...1.0.1