Skip to content

Commit

Permalink
v1.2.3 (2023-12-03)
Browse files Browse the repository at this point in the history
Features

 * update libraries.
 * add PHP8.3
  • Loading branch information
smeghead committed Dec 3, 2023
1 parent 763c1c8 commit 5263ad2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## v1.2.3 (2023-12-03)

### Features

* update libraries.
* add PHP8.3

## v1.2.2 (2023-09-10)

### Bug fix
Expand Down
2 changes: 1 addition & 1 deletion src/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

final class Main
{
const VERSION = 'v1.2.2';
const VERSION = 'v1.2.3';

public function __construct(string $directory, Options $options)
{
Expand Down

0 comments on commit 5263ad2

Please sign in to comment.