diff --git a/ChangeLog b/ChangeLog index 9a4897c..545c8e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ {{$NEXT}} + * Official CPAN release of 0.33 + 0.32 -- Tue Sep 21 18:45:20 ADT 2021 * examples/x509decode: parameters are optional for AlgorithmIdentifier when using [ec]dsa algorithms diff --git a/Makefile.PL b/Makefile.PL index 4dd017c..e936f45 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -19,7 +19,7 @@ my %WriteMakefileArgs = ( "Math::BigInt" => "1.997", "Test::More" => "0.90" }, - "VERSION" => "0.32", + "VERSION" => "0.33", "test" => { "TESTS" => "t/*.t" }