We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9d555 commit fc052c2Copy full SHA for fc052c2
CHANGELOG.md
@@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
### Fixed
11
12
+- ...
13
+
14
+### Added
15
16
17
18
+## [0.0.6] - 2024-05-02
19
20
+### Fixed
21
22
- Number of files in the log
23
24
### Added
src/Normalizator.php
@@ -19,7 +19,7 @@
*/
class Normalizator implements NormalizatorInterface
{
- public const VERSION = '0.0.6-dev';
+ public const VERSION = '0.0.6';
public function __construct(
25
private Configuration $configuration,
0 commit comments