diff --git a/Changes b/Changes index 642ebeb..747b62c 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +2022-12-29 2.1.0 Dave Cross + + * Make the "config" variable available in templates + 2022-12-29 2.0.9 Dave Cross * Add config attribute which gives access to the diff --git a/lib/Perlanet.pm b/lib/Perlanet.pm index 02e1f08..9c1fb54 100755 --- a/lib/Perlanet.pm +++ b/lib/Perlanet.pm @@ -17,7 +17,7 @@ use XML::Feed; use Perlanet::Types; -our $VERSION = '2.0.9'; +our $VERSION = '2.1.0'; with 'MooseX::Traits';