diff --git a/warp-tls/ChangeLog.md b/warp-tls/ChangeLog.md index 8759e21df..6bfab0804 100644 --- a/warp-tls/ChangeLog.md +++ b/warp-tls/ChangeLog.md @@ -1,5 +1,9 @@ # ChangeLog +## 3.4.9 + +* Using `timeout` for `handshake` to prevent thread leaks. + ## 3.4.8 * Substituted `data-default-class` for `data-default` [#1010](https://github.com/yesodweb/wai/pull/1010) diff --git a/warp-tls/warp-tls.cabal b/warp-tls/warp-tls.cabal index cbbbdc78c..edd55cbad 100644 --- a/warp-tls/warp-tls.cabal +++ b/warp-tls/warp-tls.cabal @@ -1,5 +1,5 @@ Name: warp-tls -Version: 3.4.8 +Version: 3.4.9 Synopsis: HTTP over TLS support for Warp via the TLS package License: MIT License-file: LICENSE