diff --git a/Changes.md b/Changes.md index bbabccc..c7c865d 100644 --- a/Changes.md +++ b/Changes.md @@ -1,5 +1,11 @@ # Change Log +## [0.1.2] - 2022-10-31 + +### Fixed + +- Add DateTime::Format::Strptime as pre-req + ## [0.1.1] - 2022-10-31 ### Fixed diff --git a/Makefile.PL b/Makefile.PL index 946603e..7c85c6b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -19,7 +19,7 @@ WriteMakefile( Moose => 0, 'List::Util' => 0, Carp => 0, - DateTime => 0, + 'DateTime::Format::Strptime' => 0, }, META_MERGE => { 'meta-spec' => { version => 2 }, diff --git a/lib/SVG/Timeline.pm b/lib/SVG/Timeline.pm index 1fcefde..fe454aa 100644 --- a/lib/SVG/Timeline.pm +++ b/lib/SVG/Timeline.pm @@ -46,7 +46,7 @@ package SVG::Timeline; use 5.010; -our $VERSION = '0.1.1'; +our $VERSION = '0.1.2'; use Moose; use Moose::Util::TypeConstraints;