Browse Source

prepared the 3.37.0 release

Dariusz Ruminski 1 year ago
parent
commit
d5ccc3807f
2 changed files with 7 additions and 2 deletions
  1. 5 0
      CHANGELOG.md
  2. 2 2
      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.37.0
+---------------------
+
+* feat: add parallel cache support (#7131)
+
 Changelog for v3.36.0
 ---------------------
 

+ 2 - 2
src/Console/Application.php

@@ -40,8 +40,8 @@ use Symfony\Component\Console\Output\OutputInterface;
  */
 final class Application extends BaseApplication
 {
-    public const VERSION = '3.36.1-DEV';
-    public const VERSION_CODENAME = 'Freezy Vrooom';
+    public const VERSION = '3.37.0';
+    public const VERSION_CODENAME = 'ParaCache';
 
     private ToolInfo $toolInfo;