Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Dec 29, 2022
1 parent ba5212f commit f09ad6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2022-12-29 2.1.0 Dave Cross <dave@perlhacks.com>

* Make the "config" variable available in templates

2022-12-29 2.0.9 Dave Cross <dave@perlhacks.com>

* Add config attribute which gives access to the
Expand Down
2 changes: 1 addition & 1 deletion lib/Perlanet.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use XML::Feed;

use Perlanet::Types;

our $VERSION = '2.0.9';
our $VERSION = '2.1.0';

with 'MooseX::Traits';

Expand Down

0 comments on commit f09ad6b

Please sign in to comment.