Skip to content

Commit e1e66d1

Browse files
authored
chore(main): release 2.5.0 (#719)
1 parent 22e231d commit e1e66d1

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ complete changelog, see the git history for each version via the version links.
77

88
[hex package page]: https://hex.pm/packages/bamboo
99

10+
## [2.5.0](https://github.com/beam-community/bamboo/compare/v2.4.0...v2.5.0) (2025-07-25)
11+
12+
13+
### Features
14+
15+
* Add support for all Mailgun `o:` options ([#718](https://github.com/beam-community/bamboo/issues/718)) ([22e231d](https://github.com/beam-community/bamboo/commit/22e231dc7da03cd942f1249241031d5a5e7e887e))
16+
1017
## [2.4.0](https://github.com/beam-community/bamboo/compare/v2.3.1...v2.4.0) (2025-03-05)
1118

1219

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Bamboo.Mixfile do
66
def project do
77
[
88
app: :bamboo,
9-
version: "2.4.0",
9+
version: "2.5.0",
1010
elixir: "~> 1.6",
1111
source_url: @project_url,
1212
homepage_url: @project_url,

0 commit comments

Comments
 (0)