Skip to content

Commit 82aa134

Browse files
committed
Prepare release 4.2.0
1 parent d140176 commit 82aa134

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
RECENT CHANGES
22
==============
33

4+
4.2.0
5+
-----
6+
7+
- New: #598: #597 Add support for additional fields to customer:create (by Alexander Menk)
8+
- New: #596: Support Magento 2.4.0 (by Christian Münch)
9+
- New: #586: MySQL 8 Support (by Callum Atwal)
10+
- New: #575: Env Checker (by Slawomir Boczek)
11+
- New: #552: Support Magento 2.3.5 (by Alexander Menk)
12+
- Imp: #551: When mysqldump fails, make db:dump fail as well (Pieter Hoste)
13+
- New: #547: Add table groups 'oauth' and 'klarna', update README.md (by Timon de Groot)
14+
- New: #544: --skip-magento-compatibility-check (by Timon de Groot)
15+
- Imp: #568: Strip all dotmailer tables (by Arnoud Beekman)
16+
- Imp: #548: Db console strip temp tables (by Doug Hatcher)
17+
- Imp: #543: Check if config:env:set does any changes (by Timon de Groot)
18+
- Imp: Updated Dependencies (Symfony latest 4.4.x) (by Christian Münch)
19+
- Imp: Update phpunit to 8.x (by Christian Münch)
20+
- Fix: #590: Fix format if db:status is dumped as CSV (by Christian Münch)
21+
422
4.1.0
523
-----
624

src/N98/Magento/Application.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Application extends BaseApplication
4242
/**
4343
* @var string
4444
*/
45-
const APP_VERSION = '4.1.0';
45+
const APP_VERSION = '4.2.0';
4646

4747
/**
4848
* @var int

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.1.0
1+
4.2.0

0 commit comments

Comments
 (0)