From e2ae355a6003d242fcbca8cbaead602e7730aa7d Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Sun, 1 Oct 2017 01:49:10 +0300 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8feccda..5f5021e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,17 @@ All notable changes to `elyby/yii2-tempmail-validator` are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. -## 1.0.0 - 2016-05-01 +## 2.0.0 - 2017-10-01 +### Changed +- Bump minimal PHP version to 7. +- Switch from `ely/php-tempmailbuster` to [`daveearley/daves-email-validation-tool`](https://github.com/daveearley/Email-Validation-Tool). +### Removed +- `loader` validator configuration. +- `storage` validator configuration. +- `whiteList` validator configuration. +- `secondaryStorage` validator configuration. + +## 1.0.0 - 2016-05-01 ### Added -* Initial release +- Initial release