We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f1a81 commit 8b73b8aCopy full SHA for 8b73b8a
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## 1.0.0 (2017-05-09)
12
13
* First stable release, now following SemVer
README.md
@@ -212,7 +212,7 @@ The recommended way to install this library is [through Composer](http://getcomp
212
This will install the latest supported version:
213
214
```bash
215
-$ composer require clue/connection-manager-extra:^1.0
+$ composer require clue/connection-manager-extra:^1.0.1
216
```
217
218
See also the [CHANGELOG](CHANGELOG.md) for more details about version upgrades.
0 commit comments