Skip to content

Commit

Permalink
Update Changes and Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
timlegge committed Jul 15, 2021
1 parent be1a42f commit 7bddf72
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
9 changes: 8 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Revision history for Perl extension Net::SAML2.

0.36-TRIAL - 2021-07-15

[Change Log]

- TBD Update Changes and Increment version
- be1a42f Remove no_comments call from IdP

0.35-TRIAL - 2021-07-14

[Significant Changes]
Expand All @@ -10,7 +17,7 @@ Revision history for Perl extension Net::SAML2.

[Change Log]

- TBD Update Changes and Increment version
- a071834 Update Changes and Increment version
- 3741d2a Replace XML::XPath with XML::libXML
- f3887f5 Fixup Contributors and cleanup README
- 9d8c3bd Automatically generate README for repo
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ my %WriteMakefileArgs = (
"URI::URL" => 0,
"XML::LibXML::XPathContext" => 0
},
"VERSION" => "0.35",
"VERSION" => "0.36",
"test" => {
"TESTS" => "t/*.t t/author/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NAME
Net::SAML2

VERSION
version 0.35
version 0.36

SYNOPSIS
# generate a redirect off to the IdP:
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/SAML2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

require 5.008_001;

our $VERSION = '0.35';
our $VERSION = '0.36';
$VERSION = eval {$VERSION};

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/SAML2/XML/Sig.pm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ use vars qw($VERSION @EXPORT_OK %EXPORT_TAGS $DEBUG);

$DEBUG = 0;
# Based on XML::Sig VERSION = '0.47';
$VERSION = '0.35';
$VERSION = '0.36';

use base qw(Class::Accessor);
Net::SAML2::XML::Sig->mk_accessors(qw(key));
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/SAML2/XML/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use XML::Tidy;
use vars qw($VERSION @EXPORT_OK %EXPORT_TAGS $DEBUG);

$DEBUG = 0;
$VERSION = '0.35';
$VERSION = '0.36';

# We are exporting functions
use base qw/Exporter/;
Expand Down

0 comments on commit 7bddf72

Please sign in to comment.