diff --git a/CHANGELOG.md b/CHANGELOG.md index 56ecad3..ed0342b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## v0.3.2 - 2020-10-13 +## v0.3.3 - 2021-04-04 -### Changes +### Changed + +- Misc doc changes @kianmeng (#186) -### ✨ Features +## v0.3.2 - 2020-10-13 + +### Added - Set correct body field depending on template format @wmnnd (#154) diff --git a/mix.exs b/mix.exs index fb3b599..859cf16 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule PhoenixSwoosh.Mixfile do use Mix.Project @source_url "https://github.com/swoosh/phoenix_swoosh" - @version "0.3.2" + @version "0.3.3" def project do [