From 71bd9e5910375a301727b045ffe92e9e1c6aed6f Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Mon, 31 May 2021 16:53:49 -0400 Subject: [PATCH] Prepare to release v1.0.1 --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b573476..4b962f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi ## [Unreleased][unreleased] -## [1.0.0] +## [1.0.1] - 2021-05-31 + +### Fixed + +- Fixed the `ConfigurationExceptionInterface` marker interface not extending `Throwable` (#2) + +## [1.0.0] - 2021-05-31 Initial release! 🎉 -[unreleased]: https://github.com/thephpleague/config/compare/v1.0.0...main +[unreleased]: https://github.com/thephpleague/config/compare/v1.0.1...main +[1.0.1]: https://github.com/thephpleague/config/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/thephpleague/config/releases/tag/v1.0.0