diff --git a/changelog.md b/changelog.md index 005daf5..7827ea7 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0] - 2022-03-08 + ### Added - Add support for PHP ^8.0 - Add composer check command to run phpunit, phpstan and php-cs-fixer diff --git a/composer.json b/composer.json index 62d0f76..ee420a3 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,6 @@ { "name": "micc83/mailamie", + "version": "1.1.0", "description": "Catch All SMTP Server for testing", "keywords": [ "smtp", diff --git a/package.json b/package.json index 7f32810..44a61a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,5 @@ { "name": "mailamie", - "version": "1.0.5", "description": "", "main": "index.js", "scripts": { diff --git a/src/Config.php b/src/Config.php index 9e1cca3..d8314ef 100644 --- a/src/Config.php +++ b/src/Config.php @@ -11,7 +11,7 @@ class Config /** @var array|null>|null */ private ?array $altParams; - const VERSION = "1.0.4"; + const VERSION = "1.1.0"; const DATE_FORMAT = "Y-m-d H:i:s"; /**