File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.0.0 (2017-05-09)
4+
5+ * First stable release, now following SemVer
6+
7+ > Contains no other changes, so it's actually fully compatible with the v0.7 releases.
8+
39## 0.7.1 (2017-05-09)
410
511* Fix: Reject promise for invalid URI passed to ConnectionManagerSelective
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ The recommended way to install this library is [through Composer](http://getcomp
203203This will install the latest supported version:
204204
205205``` bash
206- $ composer require clue/connection-manager-extra:^0.7.1
206+ $ composer require clue/connection-manager-extra:^1.0
207207```
208208
209209See also the [ CHANGELOG] ( CHANGELOG.md ) for more details about version upgrades.
You can’t perform that action at this time.
0 commit comments