Browse Source

prepared the 2.19.3 release

Dariusz Ruminski 3 years ago
parent
commit
75ac86f33f
2 changed files with 6 additions and 1 deletions
  1. 5 0
      CHANGELOG.md
  2. 1 1
      src/Console/Application.php

+ 5 - 0
CHANGELOG.md

@@ -3,6 +3,11 @@ CHANGELOG for PHP CS Fixer
 
 This file contains changelogs for stable releases only.
 
+Changelog for v2.19.3
+---------------------
+
+* minor #6060 DX: Add upgrade guide link when next Major is available (keradus)
+
 Changelog for v2.19.2
 ---------------------
 

+ 1 - 1
src/Console/Application.php

@@ -37,7 +37,7 @@ use Symfony\Component\Console\Output\OutputInterface;
  */
 final class Application extends BaseApplication
 {
-    const VERSION = '2.19.2';
+    const VERSION = '2.19.3';
     const VERSION_CODENAME = 'Testament';
 
     /**