From c7df6ee0bf6bf597a60f3dfd8f2a3071c643d613 Mon Sep 17 00:00:00 2001 From: Chris Andrews Date: Jan 13 2012 15:59:38 +0000 Subject: Version bump: 0.17. --- diff --git a/Changes b/Changes index d6f8b4f..a7960f1 100644 --- a/Changes +++ b/Changes @@ -34,3 +34,8 @@ Revision history for Perl extension Net::SAML2. 0.16 Tue 01 Mar 2011 09:40:13 GMT Use the IdP's advertised NameID formats. + +0.17 Fri 13 Jan 2012 13:41:23 GMT + + Handle the InclusiveNamespaces element in XML Signature + Handle embedded certificate data presented without newlines. diff --git a/lib/Net/SAML2.pm b/lib/Net/SAML2.pm index 81cd415..0dde4fe 100644 --- a/lib/Net/SAML2.pm +++ b/lib/Net/SAML2.pm @@ -4,7 +4,7 @@ use warnings; require 5.008_001; -our $VERSION = '0.16'; +our $VERSION = '0.17'; $VERSION = eval $VERSION; =head1 NAME