diff --git a/Changes.md b/Changes.md index 14b84cf..375e88a 100644 --- a/Changes.md +++ b/Changes.md @@ -1,5 +1,12 @@ # Change Log +## [0.1.2] - 2024-06-16 + +### Added + +- Added uri() method to both classes +- Pass $self (as "file") to file template processing + ## [0.1.1] - 2024-01-24 ### Fixed diff --git a/lib/App/Aphra.pm b/lib/App/Aphra.pm index e258fa9..b39388c 100644 --- a/lib/App/Aphra.pm +++ b/lib/App/Aphra.pm @@ -39,7 +39,7 @@ use URI; use App::Aphra::File; -our $VERSION = '0.1.1'; +our $VERSION = '0.1.2'; has commands => ( isa => 'HashRef',