diff --git a/CHANGELOG.md b/CHANGELOG.md index 741a24bc0..6171dbfcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ RECENT CHANGES ============== +5.0.2 +----- +- Fix: #966: InstalledVersions.php could not be opened + 5.0.1 ----- - Fix: #964: Broken with guzzle dependency chain diff --git a/src/N98/Magento/Application.php b/src/N98/Magento/Application.php index 6dbb6167a..1d29e516e 100644 --- a/src/N98/Magento/Application.php +++ b/src/N98/Magento/Application.php @@ -44,7 +44,7 @@ class Application extends BaseApplication /** * @var string */ - const APP_VERSION = '5.0.1'; + const APP_VERSION = '5.0.2'; /** * @var int diff --git a/version.txt b/version.txt index 32f3eaad0..a1ef0cae1 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -5.0.1 \ No newline at end of file +5.0.2