diff --git a/ChangeLog.md b/ChangeLog.md index ad25080..4eb2793 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,10 @@ +## 5.2.3 + +* Update for latest http-semantics + [#120](https://github.com/kazu-yamamoto/http2/pull/120) +* Enable containers 0.7 (ghc 9.10) + [#117](https://github.com/kazu-yamamoto/http2/pull/117) + ## 5.2.2 * Mark final chunk as final diff --git a/http2.cabal b/http2.cabal index 8064d73..1b6e222 100644 --- a/http2.cabal +++ b/http2.cabal @@ -1,6 +1,6 @@ cabal-version: >=1.10 name: http2 -version: 5.2.2 +version: 5.2.3 license: BSD3 license-file: LICENSE maintainer: Kazu Yamamoto @@ -115,7 +115,7 @@ library bytestring >=0.10, case-insensitive >=1.2 && <1.3, containers >=0.6, - http-semantics >= 0.0.1, + http-semantics >= 0.1 && <0.2, http-types >=0.12 && <0.13, network >=3.1, network-byte-order >=0.1.7 && <0.2,