Browse Source

prepared the 3.56.2 release

Dariusz Ruminski 10 months ago
parent
commit
e8c12f9501
2 changed files with 8 additions and 1 deletions
  1. 7 0
      CHANGELOG.md
  2. 1 1
      src/Console/Application.php

+ 7 - 0
CHANGELOG.md

@@ -3,6 +3,13 @@ CHANGELOG for PHP CS Fixer
 
 This file contains changelogs for stable releases only.
 
+Changelog for v3.56.2
+---------------------
+
+* chore: update PHPStan (#8010)
+* DX: Fix Mess Detector violations (#8007)
+* DX: Install PCov extension for local Docker (#8006)
+
 Changelog for v3.56.1
 ---------------------
 

+ 1 - 1
src/Console/Application.php

@@ -41,7 +41,7 @@ use Symfony\Component\Console\Output\OutputInterface;
 final class Application extends BaseApplication
 {
     public const NAME = 'PHP CS Fixer';
-    public const VERSION = '3.56.2-DEV';
+    public const VERSION = '3.56.2';
     public const VERSION_CODENAME = '15 Keys Accelerate';
 
     private ToolInfo $toolInfo;