diff --git a/CHANGELOG b/CHANGELOG index 967d2c8b..97e0ff30 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,20 @@ CHANGELOG ========= +v.2.2.0 +------- +* Fix bug with Encrypted nameID on LogoutRequest +* Fixed usability bug. SP will inform about AuthFail status after process a Response. +* Added SessionIndex support on LogoutRequest, and know is accesible from the Auth class. +* LogoutRequest and LogoutResponse classes now accept non deflated xml +* Improved the XML metadata/ Decrypted Assertion output. (prettyprint) +* Fix bug in formatPrivateKey method, the key could be not RSA +* Explicit warning message for signed element problem +* Decrypt method improved +* Support more algorithm at the SigAlg in the Signed LogoutRequests and LogoutResponses +* AuthNRequest now stores ID (it can be retrieved later) +* Fixed a typo on the 'NameIdPolicy' attribute that appeared at the README and settings_example file. + v.2.1.0 ------- diff --git a/lib/Saml2/version.json b/lib/Saml2/version.json index 22234d00..2a481ddd 100644 --- a/lib/Saml2/version.json +++ b/lib/Saml2/version.json @@ -1,6 +1,6 @@ { "php-saml": { - "version": "2.1.0", - "released": "03/07/2014" + "version": "2.2.0", + "released": "01/10/2014" } }