From 40d687db9c7ec461fbea23335fc69115be3fb49f Mon Sep 17 00:00:00 2001 From: The BEAM Bot <157067248+thebeambot@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:46:46 -0400 Subject: [PATCH] chore(main): release 2.4.0 --- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79d192b5..7a899115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ complete changelog, see the git history for each version via the version links. [hex package page]: https://hex.pm/packages/bamboo +## [2.4.0](https://github.com/beam-community/bamboo/compare/v2.3.1...v2.4.0) (2024-09-30) + + +### Features + +* Print email metadata on preview without body ([6ad48f7](https://github.com/beam-community/bamboo/commit/6ad48f7834d8b70ff892de0e3c983560dbb13433)) + ## [2.3.1](https://github.com/beam-community/bamboo/compare/v2.3.0...v2.3.1) (2024-09-26) diff --git a/mix.exs b/mix.exs index 1b24512d..e2618985 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule Bamboo.Mixfile do def project do [ app: :bamboo, - version: "2.3.1", + version: "2.4.0", elixir: "~> 1.6", source_url: @project_url, homepage_url: @project_url,