diff --git a/warp/ChangeLog.md b/warp/ChangeLog.md index 3636d3c56..2e4b65d45 100644 --- a/warp/ChangeLog.md +++ b/warp/ChangeLog.md @@ -1,5 +1,9 @@ # ChangeLog for warp +## 3.3.31 + +* Supporting http2 v5.0. + ## 3.3.30 * Length of `ResponseBuilder` responses will now also be passed to the logger. diff --git a/warp/warp.cabal b/warp/warp.cabal index aab8d23ab..421c824c1 100644 --- a/warp/warp.cabal +++ b/warp/warp.cabal @@ -1,5 +1,5 @@ Name: warp -Version: 3.3.30 +Version: 3.3.31 Synopsis: A fast, light-weight web server for WAI applications. License: MIT License-file: LICENSE