From 3112eb9181d291eb1208012d0c7f28d6b29cbc3d Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Fri, 29 Mar 2024 12:32:31 -0500 Subject: [PATCH] Changelog and version bump --- CHANGELOG.md | 5 +++++ smtp-mail.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e20680..71e124d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,11 @@ A template is provided: - Indicate if changes are major, minor, or patch changes. ``` +## 0.4.0.0 + +- [#5](https://github.com/haskell-github-trust/smtp-mail/pull/5) @spencerjanssen + - Switch to `crypton-connection` because the `connection` package is no longer maintained + ## 0.3.0.0 - [#32](https://github.com/jhickner/smtp-mail/pull/32) @typetetris diff --git a/smtp-mail.cabal b/smtp-mail.cabal index 99753ab..be6620c 100644 --- a/smtp-mail.cabal +++ b/smtp-mail.cabal @@ -1,5 +1,5 @@ name: smtp-mail -version: 0.3.0.0 +version: 0.4.0.0 synopsis: Simple email sending via SMTP description: This packages provides a simple interface for mail over SMTP. PLease see the README for more information. homepage: http://github.com/jhickner/smtp-mail