You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
798 B

3 years ago
  1. # Change Log
  2. All notable changes to this project will be documented in this file.
  3. Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
  4. ## [Unreleased][unreleased]
  5. ## [1.1.0] - 2021-06-19
  6. ### Changed
  7. - Bumped the minimum PHP version to 7.4+
  8. - Bumped the minimum version of nette/schema to 1.2.0
  9. ## [1.0.1] - 2021-05-31
  10. ### Fixed
  11. - Fixed the `ConfigurationExceptionInterface` marker interface not extending `Throwable` (#2)
  12. ## [1.0.0] - 2021-05-31
  13. Initial release! 🎉
  14. [unreleased]: https://github.com/thephpleague/config/compare/v1.1.0...main
  15. [1.1.0]: https://github.com/thephpleague/config/compare/v1.0.1...v1.1.0
  16. [1.0.1]: https://github.com/thephpleague/config/compare/v1.0.0...v1.0.1
  17. [1.0.0]: https://github.com/thephpleague/config/releases/tag/v1.0.0