Skip to content

Commit

Permalink
4.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
howardlopez committed Aug 5, 2019
1 parent 09637cf commit c483048
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

## 4.2.0 - 2019-08-05

* Relaxes Zend framework package constraints
* Added compatibility for `zend-filter` 2.9

## 4.1.0 - 2018-02-13

* Relaxes the version constraint on `zend-session`.
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.0.0';
const VERSION = '4.2.0';

/**
* {@inheritdoc}
Expand Down

0 comments on commit c483048

Please sign in to comment.