Skip to content

Commit 72949ab

Browse files
committed
Prepare v1.1.1 release
1 parent 2ce4cec commit 72949ab

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.1.1 (2017-01-23)
4+
5+
* Fix: Properly format IPv6 addresses and return `null` for unknown addresses
6+
(#14 by @clue)
7+
8+
* Fix: Skip IPv6 tests if not supported by the system
9+
(#15 by @clue)
10+
311
## 1.1.0 (2016-03-19)
412

513
* Feature: Support promise cancellation (cancellation of underlying DNS lookup)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The recommended way to install this library is [through Composer](http://getcomp
3838
[New to Composer?](http://getcomposer.org/doc/00-intro.md)
3939

4040
```bash
41-
$ composer require react/datagram:^1.1
41+
$ composer require react/datagram:^1.1.1
4242
```
4343

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

0 commit comments

Comments
 (0)