diff --git a/ChangeLog.md b/ChangeLog.md index 67cfc2a9..1e33893e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,10 @@ # ChangeLog for http2 +## 5.3.4 + +* Support stream cancellation + [#142](https://github.com/kazu-yamamoto/http2/pull/142) + ## 5.3.3 * Enclosing IPv6 literal authority with square brackets. diff --git a/http2.cabal b/http2.cabal index 4cd5f777..8005ccf8 100644 --- a/http2.cabal +++ b/http2.cabal @@ -1,6 +1,6 @@ cabal-version: >=1.10 name: http2 -version: 5.3.3 +version: 5.3.4 license: BSD3 license-file: LICENSE maintainer: Kazu Yamamoto