We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb05602 commit 50e8af0Copy full SHA for 50e8af0
CHANGELOG.md
@@ -1,6 +1,14 @@
1
ChangeLog
2
=========
3
4
+1.0.0 (2015-05-25)
5
+------------------
6
+
7
+* No functional changes since 0.4.3. Marking it as 1.0.0 as a promise for
8
+ API stability.
9
+* Using php-cs-fixer for automated CS enforcement.
10
11
12
0.4.3 (2015-04-01)
13
-----------------
14
lib/Version.php
@@ -14,6 +14,6 @@ class Version {
/**
15
* Full version number
16
*/
17
- const VERSION = '0.4.3';
+ const VERSION = '1.0.0';
18
19
}
0 commit comments