File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,16 @@ Revision history for Perl extension Net::SAML2.
22
33{{$NEXT}}
44
5+ 0.61 -- Tue Oct 04 23:37:21 ADT 2022
6+
7+ [ Significant Changes since 0.59 ]
8+
9+ There are multiple potentially BREAKING CHANGES depending on how you
10+ have written your application. Your application may need updates for
11+ this version.
12+
13+ Same a version 0.60-TRIAL
14+
5150.60 -- Mon Sep 19 10:53:23 ADT 2022
616
717 [ Significant Changes since 0.59 ]
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ my %WriteMakefileArgs = (
7676 " URI::URL" => 0,
7777 " XML::LibXML::XPathContext" => 0
7878 },
79- " VERSION" => " 0.60 " ,
79+ " VERSION" => " 0.61 " ,
8080 " test" => {
8181 " TESTS" => " t/*.t t/author/*.t"
8282 }
Original file line number Diff line number Diff line change 22 Net::SAML2 - SAML2 bindings and protocol implementation
33
44VERSION
5- version 0.60
5+ version 0.61
66
77SYNOPSIS
88 See TUTORIAL.md for implementation documentation and
Original file line number Diff line number Diff line change 11use strict;
22use warnings;
33package Net::SAML2 ;
4- our $VERSION = " 0.60 " ;
4+ our $VERSION = " 0.61 " ;
55
66require 5.008_001;
77
You can’t perform that action at this time.
0 commit comments