From 58457fac727e5a4173d24d1976410de4f43d33a1 Mon Sep 17 00:00:00 2001 From: Dan Schultzer Date: Tue, 24 Nov 2020 21:55:48 -0800 Subject: [PATCH] Roll version --- CHANGELOG.md | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77046f0..60eae75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.3.13 (2020-11-24) + +Fixed spec and docs issues. + ## v0.3.12 (2020-10-18) * `Premailex.HTMLInlineStyles.process/3` now supports passing in CSS as an argument diff --git a/mix.exs b/mix.exs index 82836d5..13d538d 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Premailex.Mixfile do use Mix.Project - @version "0.3.12" + @version "0.3.13" def project do [