diff --git a/Changes b/Changes index 7a4fd9c..ec02996 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Crypt-URandom +0.44 - Fri Jan 03 19:58:22 2025 + Added SECURITY.md. Thanks to Robert Rothenberg for GH#10 + Fixed GH#8 and GH#9 related to getrandom(2) support. Thanks to Petr Pisar + 0.43 - Fri Jan 03 19:58:22 2025 More fixes to test suite. Thanks to Slaven Rezić for GH#6 diff --git a/META.json b/META.json index 8b2161c..d46e85c 100644 --- a/META.json +++ b/META.json @@ -40,5 +40,5 @@ } }, "release_status" : "stable", - "version" : "0.43" + "version" : "0.44" } diff --git a/META.yml b/META.yml index 6612e80..89ffa95 100644 --- a/META.yml +++ b/META.yml @@ -22,4 +22,4 @@ requires: English: '0' FileHandle: '0' Test::More: '0' -version: '0.43' +version: '0.44' diff --git a/README b/README index f89f2b9..c28f03f 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ NAME VERSION - This document describes Crypt::URandom version 0.43 + This document describes Crypt::URandom version 0.44 SYNOPSIS diff --git a/README.md b/README.md index e044218..04fe8a5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Crypt::URandom - Provide non blocking randomness # VERSION -This document describes Crypt::URandom version 0.43\_03 +This document describes Crypt::URandom version 0.44\_03 # SYNOPSIS diff --git a/lib/Crypt/URandom.pm b/lib/Crypt/URandom.pm index 776ef7a..7fe4d42 100644 --- a/lib/Crypt/URandom.pm +++ b/lib/Crypt/URandom.pm @@ -17,7 +17,7 @@ our %EXPORT_TAGS = ( 'all' => \@EXPORT_OK, ); our @CARP_NOT = ('Crypt::URandom'); BEGIN { - our $VERSION = '0.43'; + our $VERSION = '0.44'; eval { require XSLoader; @@ -218,7 +218,7 @@ Crypt::URandom - Provide non blocking randomness =head1 VERSION -This document describes Crypt::URandom version 0.43 +This document describes Crypt::URandom version 0.44 =head1 SYNOPSIS