From 20d42d88f12a76ff862e17af4f14a5a4bbfd0925 Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Sat, 19 Jun 2021 11:52:37 -0400 Subject: [PATCH] Release v1.1.0 --- CHANGELOG.md | 5 ++++- docs/_data/project.yml | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a346a4b..3833ef4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi ## [Unreleased][unreleased] +## [1.1.0] - 2021-06-19 + ### Changed - Bumped the minimum PHP version to 7.4+ @@ -19,6 +21,7 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi Initial release! 🎉 -[unreleased]: https://github.com/thephpleague/config/compare/v1.0.1...main +[unreleased]: https://github.com/thephpleague/config/compare/v1.1.0...main +[1.1.0]: https://github.com/thephpleague/config/compare/v1.0.1...v1.1.0 [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 diff --git a/docs/_data/project.yml b/docs/_data/project.yml index 78cde84..86d7b83 100644 --- a/docs/_data/project.yml +++ b/docs/_data/project.yml @@ -4,12 +4,12 @@ description: Simple yet expressive configuration library for PHP apps site_title: league/config google_analytics_tracking_id: ~ repository: config -default_version: '1.0' +default_version: '1.1' releases: - next: + current: '1.1': documentation_link: '/1.1/' - current: + previous: '1.0': documentation_link: '/1.0/' author: