diff --git a/Changes b/Changes index d673ea1..0b86b6a 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ # Change Log +## [0.1.0] - 2024-11-27 + +### Added + +- STRIP_FRONT_MATTER option + ## [0.0.5] - 2024-02-22 ### Fixed diff --git a/lib/Template/Provider/Pandoc.pm b/lib/Template/Provider/Pandoc.pm index 0621278..868dcff 100644 --- a/lib/Template/Provider/Pandoc.pm +++ b/lib/Template/Provider/Pandoc.pm @@ -103,7 +103,7 @@ extends 'Template::Provider'; use Pandoc (); -our $VERSION = '0.0.5'; +our $VERSION = '0.1.0'; has pandoc => ( isa => 'Pandoc',