diff --git a/CHANGELOG b/CHANGELOG index 6869f64..b3a34b2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +1.07 + applied patch by https://github.com/Mekk: + https://github.com/TLINDEN/Crypt--PWSafe3/pull/3, + fix import of Bytes::Random::Secure. + 1.06 applied patch by https://github.com/Mekk: https://github.com/TLINDEN/Crypt--PWSafe3/pull/2, diff --git a/README b/README index 8007b8b..61e3e08 100644 --- a/README +++ b/README @@ -49,5 +49,5 @@ AUTHOR VERSION - 1.06 + 1.07 diff --git a/lib/Crypt/PWSafe3.pm b/lib/Crypt/PWSafe3.pm index 7f09238..15c9434 100644 --- a/lib/Crypt/PWSafe3.pm +++ b/lib/Crypt/PWSafe3.pm @@ -22,7 +22,7 @@ use Data::Dumper; use Exporter (); use vars qw(@ISA @EXPORT); -$Crypt::PWSafe3::VERSION = '1.06'; +$Crypt::PWSafe3::VERSION = '1.07'; use Crypt::PWSafe3::Field; use Crypt::PWSafe3::HeaderField; @@ -950,7 +950,7 @@ and/or modify it under the same terms as Perl itself. =head1 VERSION -Crypt::PWSafe3 Version 1.06. +Crypt::PWSafe3 Version 1.07. =cut