Skip to content

Commit

Permalink
chore: prepare release 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Aug 27, 2024
1 parent 25fbf8f commit 68b2dc5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
ChangeLog
=========

2.3.4 (2024-08-27)
------------------

* #111: apply cs-fixer 3.54.0 changes to v2 branch (@phil-davis)
* #115: Add PHP 8.3 to CI for v2 branch (@phil-davis)
* #116: Add PHP 8.4 to CI for v2 branch (@phil-davis)
* #117: check for nullable_type_declaration (@phil-davis)

2.3.3 (2023-06-09)
------------------

Expand Down
2 changes: 1 addition & 1 deletion lib/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ class Version
/**
* Full version number.
*/
public const VERSION = '2.3.3';
public const VERSION = '2.3.4';
}

0 comments on commit 68b2dc5

Please sign in to comment.