diff --git a/warp-tls/ChangeLog.md b/warp-tls/ChangeLog.md index 69f6850a7..154072249 100644 --- a/warp-tls/ChangeLog.md +++ b/warp-tls/ChangeLog.md @@ -1,5 +1,10 @@ # ChangeLog +## 3.4.5 + +* Making mkConn of WarpTLS interruptible + [#984](https://github.com/yesodweb/wai/pull/984) + ## 3.4.4 * Allow warp v3.4. diff --git a/warp-tls/warp-tls.cabal b/warp-tls/warp-tls.cabal index 78b060b06..e8e43cbef 100644 --- a/warp-tls/warp-tls.cabal +++ b/warp-tls/warp-tls.cabal @@ -1,5 +1,5 @@ Name: warp-tls -Version: 3.4.4 +Version: 3.4.5 Synopsis: HTTP over TLS support for Warp via the TLS package License: MIT License-file: LICENSE