From 84a1a11e2ad1aad2a1ea171146c889a65407d99d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCnch?= Date: Wed, 20 Apr 2022 12:28:26 +0200 Subject: [PATCH] Prepare bugfix release 5.0.2 --- CHANGELOG.md | 4 ++++ src/N98/Magento/Application.php | 2 +- version.txt | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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