From e3064994379cb4d1e0ee3f5b850b6e8748efae3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Mon, 13 Feb 2017 10:58:13 +0100 Subject: [PATCH] Prepare v0.4.4 release --- CHANGELOG.md | 8 ++++++++ README.md | 10 ++-------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71bc2f5b..96049bb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.4.4 (2017-02-13) + +* Fix: Fix handling connection and stream errors + (#45 by @clue) + +* Feature: Add examples and forward compatibility with upcoming Socket v0.5 component + (#46 and #47 by @clue) + ## 0.4.3 (2016-07-31) * Feature: Allow for cache adapter injection (#38 by @WyriHaximus) diff --git a/README.md b/README.md index 66e2fd9f..e1d5786c 100644 --- a/README.md +++ b/README.md @@ -90,16 +90,10 @@ The recommended way to install this library is [through Composer](http://getcomp This will install the latest supported version: ```bash -$ composer require react/dns:~0.4.0 +$ composer require react/dns:^0.4.4 ``` -If you care a lot about BC, you may also want to look into supporting legacy versions: - -```bash -$ composer require "react/dns:~0.4.0|~0.3.0" -``` - -More details and upgrade guides can be found in the [CHANGELOG](CHANGELOG.md). +More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md). ## License