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 23b79dc commit 6fd9335Copy full SHA for 6fd9335
2 files changed
CHANGELOG.md
@@ -5,11 +5,15 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-## v0.3.2 - 2020-10-13
+## v0.3.3 - 2021-04-04
9
10
-### Changes
+### Changed
11
+
12
+- Misc doc changes @kianmeng (#186)
13
-### ✨ Features
14
+## v0.3.2 - 2020-10-13
15
16
+### Added
17
18
- Set correct body field depending on template format @wmnnd (#154)
19
mix.exs
@@ -2,7 +2,7 @@ defmodule PhoenixSwoosh.Mixfile do
2
use Mix.Project
3
4
@source_url "https://github.com/swoosh/phoenix_swoosh"
- @version "0.3.2"
+ @version "0.3.3"
def project do
[
0 commit comments