From 68086213d90586a4fb9bb9abd7c6c8d005176c94 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Thu, 7 Nov 2024 10:55:07 +0900 Subject: [PATCH] warp-tls: ver bumps up --- warp-tls/ChangeLog.md | 4 ++++ warp-tls/warp-tls.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/warp-tls/ChangeLog.md b/warp-tls/ChangeLog.md index bca80e07b..70f94b3db 100644 --- a/warp-tls/ChangeLog.md +++ b/warp-tls/ChangeLog.md @@ -1,5 +1,9 @@ # ChangeLog +## 3.4.11 + +* Removing `unliftio`. + ## 3.4.10 * Removed `data-default` dependency entirely. Does now require `>= tls-2.1.3`. diff --git a/warp-tls/warp-tls.cabal b/warp-tls/warp-tls.cabal index a7f7ecb4a..f0da95354 100644 --- a/warp-tls/warp-tls.cabal +++ b/warp-tls/warp-tls.cabal @@ -1,5 +1,5 @@ Name: warp-tls -Version: 3.4.10 +Version: 3.4.11 Synopsis: HTTP over TLS support for Warp via the TLS package License: MIT License-file: LICENSE