Skip to content

Commit 50e8af0

Browse files
committed
Prepping for 1.0 release.
1 parent bb05602 commit 50e8af0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
ChangeLog
22
=========
33

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+
412
0.4.3 (2015-04-01)
513
-----------------
614

lib/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ class Version {
1414
/**
1515
* Full version number
1616
*/
17-
const VERSION = '0.4.3';
17+
const VERSION = '1.0.0';
1818

1919
}

0 commit comments

Comments
 (0)