Bump version to v0.1.1 (#236)

This commit is contained in:
Carl Lerche
2018-03-08 10:06:40 -08:00
committed by GitHub
parent 02841ebd77
commit 70cf009305
3 changed files with 17 additions and 2 deletions

11
CHANGELOG.md Normal file
View File

@@ -0,0 +1,11 @@
# 0.1.1 (March 8, 2018)
* When streams are dropped, close the connection (#222).
* Notify send tasks on connection error (#231).
* Fix bug relating to resetting connections and reaching max concurrency (#235).
* Normalize HTTP request path to satisfy HTTP/2.0 specification (#228).
* Update internal dependencies.
# 0.1.0 (Jan 12, 2018)
* Initial release