diff --git a/Changes b/Changes index a312300..f14d605 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +1.43 2017-05-19 + + - Adding experimental support for JSON Feed (http://jsonfeed.org). + + - Fixing a bug where Markdown in post titles could result in messed-up HTML title-element content. + 1.42 2016-10-06 - Adding some styling to the default template so that plain elements within posts dont overflow the content div's width. diff --git a/lib/Plerd.pm b/lib/Plerd.pm index baeeaf5..6580a20 100644 --- a/lib/Plerd.pm +++ b/lib/Plerd.pm @@ -1,6 +1,6 @@ package Plerd; -our $VERSION = '1.42'; +our $VERSION = '1.43'; use Moose; use Template;