From 7ca63580dd184abac2c6c25d3ec6c839bb0b17ef Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Mon, 31 May 2021 07:29:15 -0400 Subject: [PATCH] Prepare to release v1.0.0 --- CHANGELOG.md | 5 ++++- composer.json | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce023e2..b573476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi ## [Unreleased][unreleased] +## [1.0.0] + Initial release! 🎉 -[unreleased]: https://github.com/thephpleague/config/compare/1.0.0...main +[unreleased]: https://github.com/thephpleague/config/compare/v1.0.0...main +[1.0.0]: https://github.com/thephpleague/config/releases/tag/v1.0.0 diff --git a/composer.json b/composer.json index 3d32684..c363cb7 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "league/config", "type": "library", "description": "Define configuration arrays with strict schemas and access values with dot notation", - "keywords": ["configuration","config","schema","dot","dot-access"], + "keywords": ["configuration","config","schema","array","nested","dot","dot-access"], "homepage": "https://config.thephpleague.com", "license": "BSD-3-Clause", "authors": [ @@ -61,7 +61,7 @@ }, "extra": { "branch-alias": { - "dev-main": "1.0-dev" + "dev-main": "1.1-dev" } }, "config": {