Skip to content

Commit 88abdeb

Browse files
committed
Update Changes and Increment version
1 parent cc4e029 commit 88abdeb

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

Changes

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
Revision history for Perl extension Net::SAML2.
22

3-
0.37-TRIAL - 2021-07-21
3+
0.38 - 2021-07-23
44

55
[Change Log]
66

77
- TBD Update Changes and Increment version
8+
9+
0.37-TRIAL - 2021-07-21
10+
11+
[Change Log]
12+
13+
- cc4e029 Update Changes and Increment version
814
- f6227a4 Replace remaining XML::XPath with XML::libXML
915

1016
0.36-TRIAL - 2021-07-15

Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ my %WriteMakefileArgs = (
6868
"URI::URL" => 0,
6969
"XML::LibXML::XPathContext" => 0
7070
},
71-
"VERSION" => "0.37",
71+
"VERSION" => "0.38",
7272
"test" => {
7373
"TESTS" => "t/*.t t/author/*.t"
7474
}

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ NAME
22
Net::SAML2
33

44
VERSION
5-
version 0.37
5+
version 0.38
66

77
SYNOPSIS
88
# generate a redirect off to the IdP:

lib/Net/SAML2.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use warnings;
44

55
require 5.008_001;
66

7-
our $VERSION = '0.37';
7+
our $VERSION = '0.38';
88
$VERSION = eval {$VERSION};
99

1010
=head1 NAME

lib/Net/SAML2/XML/Sig.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ use vars qw($VERSION @EXPORT_OK %EXPORT_TAGS $DEBUG);
3636

3737
$DEBUG = 0;
3838
# Based on XML::Sig VERSION = '0.47';
39-
$VERSION = '0.37';
39+
$VERSION = '0.38';
4040

4141
use base qw(Class::Accessor);
4242
Net::SAML2::XML::Sig->mk_accessors(qw(key));

lib/Net/SAML2/XML/Util.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use XML::LibXML;
99
use vars qw($VERSION @EXPORT_OK %EXPORT_TAGS $DEBUG);
1010

1111
$DEBUG = 0;
12-
$VERSION = '0.37';
12+
$VERSION = '0.38';
1313

1414
# We are exporting functions
1515
use base qw/Exporter/;

0 commit comments

Comments
 (0)