diff --git a/CHANGELOG.md b/CHANGELOG.md index ab5fa23..4dcf7c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ CHANGELOG ========= +## 4.3.0 - 2020-10-29 + +* Migrated to the [Laminas project](https://www.zend.com/blog/evolution-zend-framework-laminas-project) + ## 4.2.0 - 2019-08-05 * Relaxes Zend framework package constraints diff --git a/Module.php b/Module.php index 7f472bb..ceffdfb 100644 --- a/Module.php +++ b/Module.php @@ -9,7 +9,7 @@ */ class Module implements ConfigProviderInterface { - const VERSION = '4.2.0'; + const VERSION = '4.3.0'; /** * {@inheritdoc}