File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi
44
55## [ Unreleased] [ unreleased ]
66
7+ ## [ 1.1.0] - 2021-06-19
8+
79### Changed
810
911- Bumped the minimum PHP version to 7.4+
@@ -19,6 +21,7 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi
1921
2022Initial release! 🎉
2123
22- [ unreleased ] : https://github.com/thephpleague/config/compare/v1.0.1...main
24+ [ unreleased ] : https://github.com/thephpleague/config/compare/v1.1.0...main
25+ [ 1.1.0 ] : https://github.com/thephpleague/config/compare/v1.0.1...v1.1.0
2326[ 1.0.1 ] : https://github.com/thephpleague/config/compare/v1.0.0...v1.0.1
2427[ 1.0.0 ] : https://github.com/thephpleague/config/releases/tag/v1.0.0
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ description: Simple yet expressive configuration library for PHP apps
44site_title : league/config
55google_analytics_tracking_id : ~
66repository : config
7- default_version : ' 1.0 '
7+ default_version : ' 1.1 '
88releases :
9- next :
9+ current :
1010 ' 1.1 ' :
1111 documentation_link : ' /1.1/'
12- current :
12+ previous :
1313 ' 1.0 ' :
1414 documentation_link : ' /1.0/'
1515author :
You can’t perform that action at this time.
0 commit comments