Skip to content

Commit c74a0af

Browse files
committed
Prepare v0.4.12 release
1 parent bc8457d commit c74a0af

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 0.4.12 (2018-01-14)
4+
5+
* Improve test suite by adding forward compatibility with PHPUnit 6,
6+
test against PHP 7.2, fix forward compatibility with upcoming EventLoop releases,
7+
add test group to skip integration tests relying on internet connection
8+
and add minor documentation improvements.
9+
(#85 and #87 by @carusogabriel, #88 and #89 by @clue and #83 by @jsor)
10+
311
## 0.4.11 (2017-08-25)
412

513
* Feature: Support resolving from default hosts file

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Dns
22

33
[![Build Status](https://travis-ci.org/reactphp/dns.svg?branch=master)](https://travis-ci.org/reactphp/dns)
4-
[![Code Climate](https://codeclimate.com/github/reactphp/dns/badges/gpa.svg)](https://codeclimate.com/github/reactphp/dns)
54

65
Async DNS resolver for [ReactPHP](https://reactphp.org/).
76

@@ -151,7 +150,7 @@ The recommended way to install this library is [through Composer](https://getcom
151150
This will install the latest supported version:
152151

153152
```bash
154-
$ composer require react/dns:^0.4.11
153+
$ composer require react/dns:^0.4.12
155154
```
156155

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

0 commit comments

Comments
 (0)