Skip to content

Commit

Permalink
prepared the 3.15.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Mar 12, 2023
1 parent 3607c6b commit 7306744
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
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.15.0
---------------------

* bug: VisibilityRequiredFixer - handle DNF types (#6806)
* DX: officially enable 8.2 support (#6825)

Changelog for v3.14.5
---------------------

Expand Down
4 changes: 2 additions & 2 deletions src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
*/
final class Application extends BaseApplication
{
public const VERSION = '3.14.6-DEV';
public const VERSION_CODENAME = 'Oliva';
public const VERSION = '3.15.0';
public const VERSION_CODENAME = 'BoY42';

private ToolInfo $toolInfo;

Expand Down

0 comments on commit 7306744

Please sign in to comment.