Skip to content

Commit

Permalink
Prepare v1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jan 23, 2017
1 parent 2ce4cec commit 72949ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.1.1 (2017-01-23)

* Fix: Properly format IPv6 addresses and return `null` for unknown addresses
(#14 by @clue)

* Fix: Skip IPv6 tests if not supported by the system
(#15 by @clue)

## 1.1.0 (2016-03-19)

* Feature: Support promise cancellation (cancellation of underlying DNS lookup)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The recommended way to install this library is [through Composer](http://getcomp
[New to Composer?](http://getcomposer.org/doc/00-intro.md)

```bash
$ composer require react/datagram:^1.1
$ composer require react/datagram:^1.1.1
```

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

0 comments on commit 72949ab

Please sign in to comment.