From 27bbbc94b19c67933b7e8c6857516a99d4f70e95 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Wed, 20 Nov 2024 06:06:54 +0900 Subject: [PATCH] warp-tls: ver bumps up --- warp-tls/ChangeLog.md | 5 +++++ warp-tls/warp-tls.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/warp-tls/ChangeLog.md b/warp-tls/ChangeLog.md index 70f94b3db..9714bd943 100644 --- a/warp-tls/ChangeLog.md +++ b/warp-tls/ChangeLog.md @@ -1,5 +1,10 @@ # ChangeLog +## 3.4.12 + +* Rethrowing asynchronous exceptions + [#1013](https://github.com/yesodweb/wai/pull/1013) + ## 3.4.11 * Removing `unliftio`. diff --git a/warp-tls/warp-tls.cabal b/warp-tls/warp-tls.cabal index f0da95354..8534a5df8 100644 --- a/warp-tls/warp-tls.cabal +++ b/warp-tls/warp-tls.cabal @@ -1,5 +1,5 @@ Name: warp-tls -Version: 3.4.11 +Version: 3.4.12 Synopsis: HTTP over TLS support for Warp via the TLS package License: MIT License-file: LICENSE