Browse Source

prepared the 3.13.2 release

Dariusz Ruminski 2 years ago
parent
commit
3952f08a81
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 v3.13.2
+---------------------
+
+* bug: Fix type error when using paths intersection mode (#6734)
+
 Changelog for v3.13.1
 ---------------------
 

+ 1 - 1
src/Console/Application.php

@@ -39,7 +39,7 @@ use Symfony\Component\Console\Output\OutputInterface;
  */
 final class Application extends BaseApplication
 {
-    public const VERSION = '3.13.2-DEV';
+    public const VERSION = '3.13.2';
     public const VERSION_CODENAME = 'Oliva';
 
     private ToolInfo $toolInfo;