From 7528577254c85f15f182e3e59677ce5670cb4a7f Mon Sep 17 00:00:00 2001 From: Matthew Goslett Date: Mon, 3 Apr 2017 15:23:49 +0200 Subject: [PATCH] set release date for 5.0.0 --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index e87d283..bd005ff 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## 5.0.0 - ? +## 5.0.0 - 2017-04-03 * Fix to readStream incorrectly returning a `StreamInterface` instead of a `resource` (@andris-sevcenko)