File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ The recommended way to install this library is [through Composer](http://getcomp
212212This 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
218218See also the [ CHANGELOG] ( CHANGELOG.md ) for more details about version upgrades.
You can’t perform that action at this time.
0 commit comments