From 1371fab96cd9d234960d252960d04fb0700dacd8 Mon Sep 17 00:00:00 2001 From: Dan Schultzer Date: Wed, 7 Oct 2020 09:35:01 -0700 Subject: [PATCH] Roll version --- CHANGELOG.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aed775..5e984fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v0.3.11 (TBA) +## v0.3.11 (2020-10-08) * Fixed bug where the inline styles where applied to more than the first match causing in some cases styles to be missing for subsequent parent elements * Relax floki requirement diff --git a/mix.exs b/mix.exs index 2cea55a..69a16cf 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Premailex.Mixfile do use Mix.Project - @version "0.3.10" + @version "0.3.11" def project do [