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.
2 parents c21406d + 74592de commit 6ee5e18Copy full SHA for 6ee5e18
CHANGELOG.md
@@ -1,6 +1,10 @@
1
ChangeLog
2
=========
3
4
+3.0.2 (2023-06-28)
5
+------------------
6
+* #247 Enhance PHPdoc of Service write value parameter ( @phil-davis )
7
+
8
3.0.1 (2023-06-28)
9
------------------
10
* #229 Fixed error where valueobject has eaten too much ( @mrbig )
lib/Version.php
@@ -16,5 +16,5 @@ class Version
16
/**
17
* Full version number.
18
*/
19
- public const VERSION = '3.0.1';
+ public const VERSION = '3.0.2';
20
}
0 commit comments