Skip to content

Commit 8b73b8a

Browse files
committed
Prepare v1.0.1 release
1 parent 45f1a81 commit 8b73b8a

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,5 +1,13 @@
11
# Changelog
22

3+
## 1.0.1 (2017-06-23)
4+
5+
* Fix: Ignore URI scheme when matching selective connectors
6+
(#21 by @clue)
7+
8+
* Fix HHVM build for now again and ignore future HHVM build errors
9+
(#22 by @clue)
10+
311
## 1.0.0 (2017-05-09)
412

513
* First stable release, now following SemVer

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ The recommended way to install this library is [through Composer](http://getcomp
212212
This will install the latest supported version:
213213

214214
```bash
215-
$ composer require clue/connection-manager-extra:^1.0
215+
$ composer require clue/connection-manager-extra:^1.0.1
216216
```
217217

218218
See also the [CHANGELOG](CHANGELOG.md) for more details about version upgrades.

0 commit comments

Comments
 (0)