From 0f08fd0dd7f743a4c2b91fa9638a09b5774b7ae2 Mon Sep 17 00:00:00 2001 From: Kalys Osmonov Date: Sun, 13 Oct 2024 23:36:06 +0200 Subject: [PATCH] Bump to 0.4.5 --- CHANGELOG.md | 5 +++++ mix.exs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14b9fdd..a247d72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 0.4.5 +* Message is sent using the Simple content type if message has just headers. +* Raw content generation is fixed and refactored +* Header encoding improvements + ### 0.4.4 Minor improvements diff --git a/mix.exs b/mix.exs index b9188fe..2807a4b 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule BambooSes.MixProject do use Mix.Project @source_url "https://github.com/kalys/bamboo_ses" - @version "0.4.4" + @version "0.4.5" def project do [