Skip to content

Commit ddedc67

Browse files
committed
Prepare v1.1.1 release
1 parent cacc266 commit ddedc67

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.1.1 (2016-12-27)
4+
5+
* Improve test suite to use PSR-4 autoloader and proper namespaces.
6+
(#21 by @clue)
7+
38
## 1.1.0 (2016-02-29)
49

510
* Feature: Support promise cancellation for all timer primitives

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ The recommended way to install this library is [through Composer](http://getcomp
320320
This will install the latest supported version:
321321

322322
```bash
323-
$ composer require react/promise-timer:~1.0
323+
$ composer require react/promise-timer:^1.1.1
324324
```
325325

326326
More details and upgrade guides can be found in the [CHANGELOG](CHANGELOG.md).

0 commit comments

Comments
 (0)