From bc8e48490e1a1e09e031429ff59710131606cf6d Mon Sep 17 00:00:00 2001 From: John Picozzi Date: Tue, 11 Aug 2020 16:22:51 -0400 Subject: [PATCH] Update CHANGELOG for 2.0.0 release --- CHANGELOG.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9375f3c..0fb7ad6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,26 @@ The format is based on [Keep a Changelog][] and this project adheres to the ## [Unreleased] ### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## [2.0.0] - 2020-08-11 +### Added - Add `.editorconfig`, `.gitignore`, `.lando.yml`, `phpcs.xml` and `phpunit.xml` files to support local development - Add `LICENSE` and `CHANGELOG.md` files - Add `phpunit/phpunit` and `squizlabs/php_codesniffer` as development dependencies - Add requirement for PHP 7.1 +- Add support for Composer 2 ### Changed - Move `OomphInc\ComposerInstallersExtender\Installer` to @@ -24,14 +38,6 @@ The format is based on [Keep a Changelog][] and this project adheres to the - Implement PSR-2 standards and PHP 7.1 syntax - Update project `README.md` file -### Deprecated - -### Removed - -### Fixed - -### Security - ## [1.1.2] - 2017-03-31 ### Changed - Minor syntax update to provide compatibility with PHP 5.3