Skip to content

Commit a04f6f2

Browse files
committed
Prepare v1.1.0 release
1 parent fdcd762 commit a04f6f2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 1.1.0 (2019-07-18)
4+
5+
* Feature: Support parsing `CAA` and `SSHFP` records.
6+
(#141 and #142 by @clue)
7+
8+
* Feature: Add `ResolverInterface` as common interface for `Resolver` class.
9+
(#139 by @clue)
10+
11+
* Fix: Add missing private property definitions and
12+
remove unneeded dependency on `react/stream`.
13+
(#140 and #143 by @clue)
14+
315
## 1.0.0 (2019-07-11)
416

517
* First stable LTS release, now following [SemVer](https://semver.org/).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ This project follows [SemVer](https://semver.org/).
302302
This will install the latest supported version:
303303

304304
```bash
305-
$ composer require react/dns:^1.0
305+
$ composer require react/dns:^1.1
306306
```
307307

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

0 commit comments

Comments
 (0)