Skip to content

Commit 6fd9335

Browse files
committed
v0.3.3
1 parent 23b79dc commit 6fd9335

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## v0.3.2 - 2020-10-13
8+
## v0.3.3 - 2021-04-04
99

10-
### Changes
10+
### Changed
11+
12+
- Misc doc changes @kianmeng (#186)
1113

12-
### ✨ Features
14+
## v0.3.2 - 2020-10-13
15+
16+
### Added
1317

1418
- Set correct body field depending on template format @wmnnd (#154)
1519

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule PhoenixSwoosh.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/swoosh/phoenix_swoosh"
5-
@version "0.3.2"
5+
@version "0.3.3"
66

77
def project do
88
[

0 commit comments

Comments
 (0)