We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a39c0d commit e653095Copy full SHA for e653095
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
## Changelog
2
3
+## v0.3.2
4
+
5
+### Changes
6
7
+### ✨ Features
8
9
+- Set correct body field depending on template format @wmnnd (#154)
10
11
## v0.3.1
12
13
### Changes
mix.exs
@@ -1,7 +1,7 @@
defmodule PhoenixSwoosh.Mixfile do
use Mix.Project
- @version "0.3.1"
+ @version "0.3.2"
def project do
[
0 commit comments