From 13e4f5735fc81ccb977f60edcfbf6581aaa0be49 Mon Sep 17 00:00:00 2001 From: Hari K T Date: Mon, 23 Oct 2017 21:05:39 +0530 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4b6b81..b3957a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.3.0 + +* Updated http-interop dependencies via [webimpress/http-middleware-compatibility](https://github.com/webimpress/http-middleware-compatibility) [PR #25](https://github.com/harikt/psr7-asset/pull/25) . +* Fixed [HeaderSecurity Exception when mime type isn't registered](https://github.com/harikt/psr7-asset/issues/24) when no extension is registered. Currently using `application/octet-stream` as the [default mime-type](https://github.com/harikt/psr7-asset/pull/26) . Thank you @basz for both PR's. + # 0.2.0 ## Added