diff --git a/ChangeLog.md b/ChangeLog.md index e96aef05..3fc797c0 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,8 @@ +## 4.2.1 + +* Adding rate limit for RST_STREAM to work around CVE-2023-44487. + [#94](https://github.com/kazu-yamamoto/http2/pull/94) + ## 4.2.0 * Treating HALF_CLOSED_LOCAL correctly. diff --git a/http2.cabal b/http2.cabal index 6634fbe3..ecacfc3e 100644 --- a/http2.cabal +++ b/http2.cabal @@ -1,6 +1,6 @@ cabal-version: >=1.10 name: http2 -version: 4.2.0 +version: 4.2.1 license: BSD3 license-file: LICENSE maintainer: Kazu Yamamoto