We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0deb9b9 commit 71bd9e5Copy full SHA for 71bd9e5
CHANGELOG.md
@@ -4,9 +4,16 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi
4
5
## [Unreleased][unreleased]
6
7
-## [1.0.0]
+## [1.0.1] - 2021-05-31
8
+
9
+### Fixed
10
11
+- Fixed the `ConfigurationExceptionInterface` marker interface not extending `Throwable` (#2)
12
13
+## [1.0.0] - 2021-05-31
14
15
Initial release! 🎉
16
-[unreleased]: https://github.com/thephpleague/config/compare/v1.0.0...main
17
+[unreleased]: https://github.com/thephpleague/config/compare/v1.0.1...main
18
+[1.0.1]: https://github.com/thephpleague/config/compare/v1.0.0...v1.0.1
19
[1.0.0]: https://github.com/thephpleague/config/releases/tag/v1.0.0
0 commit comments