From 48764f510c141ec8e32fc8576c0c74a02254c6d2 Mon Sep 17 00:00:00 2001 From: Dan Schultzer <1254724+danschultzer@users.noreply.github.com> Date: Tue, 21 Feb 2023 19:48:44 -0800 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 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 [