From d01f4d558379faad2d6e110b603fed83a6f6a543 Mon Sep 17 00:00:00 2001 From: mangoiv Date: Fri, 17 Jan 2025 13:47:13 +0100 Subject: [PATCH] [chore] release version 0.4.0.1 --- CHANGELOG.md | 4 ++++ HaskellNet-SSL.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed173e3..abbccb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,3 +6,7 @@ - compatibility with GHCs up to ghc 9.8 (bump base and bytestring) - fix example - add tested-with stanza + +## 0.4.0.1 -- 2025-01-17 + +- Ignore 502 error on helo - fixes communication with some servers diff --git a/HaskellNet-SSL.cabal b/HaskellNet-SSL.cabal index dd0526d..cda83b8 100644 --- a/HaskellNet-SSL.cabal +++ b/HaskellNet-SSL.cabal @@ -1,6 +1,6 @@ name: HaskellNet-SSL synopsis: Helpers to connect to SSL/TLS mail servers with HaskellNet -version: 0.4.0.0 +version: 0.4.0.1 description: This package ties together the HaskellNet and connection packages to make it easy to open IMAP and SMTP connections over SSL.