diff --git a/CHANGELOG.md b/CHANGELOG.md index 671113e..b715dcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.1.6 (April 24, 2018) + +* Misc bug fixes related to stream management (#258, #260, #262). + # 0.1.5 (April 6, 2018) * Fix the `last_stream_id` sent during graceful GOAWAY (#254). diff --git a/Cargo.toml b/Cargo.toml index e9a5ed1..5277a80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "h2" # - Update html_root_url. # - Update CHANGELOG.md. # - Create git tag -version = "0.1.5" +version = "0.1.6" license = "MIT" authors = ["Carl Lerche "] description = "An HTTP/2.0 client and server"