Skip to content

Commit 0c57f7f

Browse files
authored
Merge pull request #113 from timlegge/release_0.59
Release 0.59
2 parents e8fb008 + 812ea36 commit 0c57f7f

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Revision history for Perl extension Net::SAML2.
22

33
{{$NEXT}}
44

5+
0.59 -- Wed Aug 24 22:23:53 ADT 2022
6+
57
0.58 -- Fri Aug 12 16:25:59 ADT 2022
68

79
[ Significant Changes since 0.57 ]

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ my %WriteMakefileArgs = (
7676
"URI::URL" => 0,
7777
"XML::LibXML::XPathContext" => 0
7878
},
79-
"VERSION" => "0.58",
79+
"VERSION" => "0.59",
8080
"test" => {
8181
"TESTS" => "t/*.t t/author/*.t"
8282
}

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ NAME
22
Net::SAML2 - SAML2 bindings and protocol implementation
33

44
VERSION
5-
version 0.58
5+
version 0.59
66

77
SYNOPSIS
88
See TUTORIAL.md for implementation documentation and

lib/Net/SAML2.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use strict;
22
use warnings;
33
package Net::SAML2;
4-
our $VERSION = "0.58";
4+
our $VERSION = "0.59";
55

66
require 5.008_001;
77

0 commit comments

Comments
 (0)