Skip to content

Commit b15fdcc

Browse files
committed
Update Version and Changes
1 parent 0c51bec commit b15fdcc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Version History
22

3+
0.29 2021-06-07
4+
TBD Update version and changes
5+
0c51bec Croak message text changed
6+
37
0.28
48

59
No code changes just fix incorrect version in META.yml

META.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ resources:
2828
bugtracker: https://github.com/perl-net-saml2/perl-Crypt-OpenSSL-Verify/issues
2929
license: http://dev.perl.org/licenses
3030
repository: https://github.com/perl-net-saml2/perl-Crypt-OpenSSL-Verify
31-
version: '0.28'
31+
version: '0.29'
3232
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
3333

Verify.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use warnings;
55

66
require 5.010;
77

8-
our $VERSION = '0.28';
8+
our $VERSION = '0.29';
99

1010
use Crypt::OpenSSL::X509;
1111

0 commit comments

Comments
 (0)