diff --git a/CHANGELOG.md b/CHANGELOG.md index f90dc1b..58f7192 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v0.3.17 (TBA) +## v0.3.17 (2023-02-21) * `Premailex.HTMLInlineStyles.process/3` now warns when styles can't be loaded from URL's * `Premailex.HTMLInlineStyles.process/1` now parses `` and `
` elements diff --git a/mix.exs b/mix.exs index d2e2a43..6b97f1c 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Premailex.Mixfile do use Mix.Project - @version "0.3.16" + @version "0.3.17" def project do [