Browse Source

prepared the 3.41.1 release

Dariusz Ruminski 1 year ago
parent
commit
8b6ae8dcba
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.41.1
+---------------------
+
+* DX: Change `@testWith` to `@dataProvider` (#7535)
+* DX: Introduce Markdownlint (#7534)
+* fix: NativeTypeDeclarationCasingFixer - do not crash on `var` keyword (#7538)
+
 Changelog for v3.41.0
 ---------------------
 

+ 1 - 1
src/Console/Application.php

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