Skip to content

Commit fc052c2

Browse files
committed
Prepare for 0.0.6 release
1 parent 7c9d555 commit fc052c2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Fixed
1111

12+
- ...
13+
14+
### Added
15+
16+
- ...
17+
18+
## [0.0.6] - 2024-05-02
19+
20+
### Fixed
21+
1222
- Number of files in the log
1323

1424
### Added

src/Normalizator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
class Normalizator implements NormalizatorInterface
2121
{
22-
public const VERSION = '0.0.6-dev';
22+
public const VERSION = '0.0.6';
2323

2424
public function __construct(
2525
private Configuration $configuration,

0 commit comments

Comments
 (0)