Skip to content

Commit

Permalink
Prepare release 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Aug 5, 2022
1 parent 9334b5e commit 677fc35
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
23 changes: 17 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
RECENT CHANGES
==============

5.2.0-dev
---------

*unreleased*

- Add: New dev:console debug helper functions (by Christian Münch)
5.2.0
-----

- Add: #987: more dev:console debug helper functions (by Christian Münch)
- Add: #1000: additional phar tests (by Christian Münch)
- Imp: #957: Exclude system_config_snapshot from stripped dumps (by Alexander Menk)
- Imp: #1008: Allow use of pipefail where supported (by Dan Wallis)
- Imp: #1007: Upgrade compatibility list for PHP versions (by Lukasz Bajsarowicz)
- Imp: Change mage-os repo url and disable unstable dev build job (by Christian Münch)
- Imp: Changed installation workflow starting with composer 2.3.7 (by Christian Münch)
- Imp: Update 3rd party dependencies (Symfony, psysh, vfsstream, captainhook, requests lib, faker lib, phpunit, twig)
- Fix: #993: Try to drop only existing databases (by Christian Münch)
- Fix: #996: Customer Debug Functions in Dev Console Dev Helper (by Alexander Menk)
- Fix: #998: Pass empty string as default value to getFileName (by Peter Jaap)
- Fix: #1015: deprecated: passing null to dirname (by Alexander Menk).
- Fix: #1019: type error in cache-list command on php 8.1 (by Tom Klingenberg)
- Fix: #1024: config:store:get wrong filters applied (by Alexander Dite)

5.1.0
-----
Expand Down
2 changes: 1 addition & 1 deletion src/N98/Magento/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Application extends BaseApplication
/**
* @var string
*/
const APP_VERSION = '5.2.0-dev';
const APP_VERSION = '5.2.0';

/**
* @var int
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.2.0-dev
5.2.0

0 comments on commit 677fc35

Please sign in to comment.