Skip to content

Commit 6dc7bcb

Browse files
committed
Updated changelog for #10
1 parent 82a7801 commit 6dc7bcb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

4+
1.1.1 (2016-10-27)
5+
------------------
6+
7+
* #10: Correctly support file:// URIs in the build() method. (@yuloh)
8+
9+
410
1.1.0 (2016-03-07)
511
------------------
612

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 = '1.1.0';
17+
const VERSION = '1.1.1';
1818

1919
}

0 commit comments

Comments
 (0)