Skip to content

Commit

Permalink
4.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
howardlopez committed Oct 29, 2020
1 parent 2967717 commit a468879
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
class Module implements ConfigProviderInterface
{
const VERSION = '4.2.0';
const VERSION = '4.3.0';

/**
* {@inheritdoc}
Expand Down

0 comments on commit a468879

Please sign in to comment.