diff --git a/CHANGELOG.md b/CHANGELOG.md index cd3f7ae..7236259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v2.1.0] - 2020-12-01 + +- Add support for PHP 8.0 + ## [v2.0.0] - 2020-03-30 ### Added - Add support for phpunit 8 and 9 diff --git a/composer.json b/composer.json index 32c44c4..7192d36 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "type": "library", "readme": "https://github.com/wdes/php-I18n-l10n/blob/master/README.md", "license": "MPL-2.0", - "version": "2.0.0", + "version": "2.1.0", "support": { "email": "williamdes@wdes.fr", "issues": "https://github.com/wdes/php-I18n-l10n/issues",