Skip to content

Commit

Permalink
prepared the 3.62.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Aug 7, 2024
1 parent 1ce9e24 commit 627692f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ CHANGELOG for PHP CS Fixer

This file contains changelogs for stable releases only.

Changelog for v3.62.0
---------------------

* feat: set new_with_parentheses for anonymous_class to false in PER-CS2.0 (#8140)
* chore: NewWithParenthesesFixer - create TODO to change the default configuration to match PER-CS2 (#8148)

Changelog for v3.61.1
---------------------

Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
final class Application extends BaseApplication
{
public const NAME = 'PHP CS Fixer';
public const VERSION = '3.61.2-DEV';
public const VERSION = '3.62.0';
public const VERSION_CODENAME = '7th Gear';

private ToolInfo $toolInfo;
Expand Down

0 comments on commit 627692f

Please sign in to comment.