diff --git a/CHANGELOG b/CHANGELOG index 26af87eb..3f7c8703 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ CHANGELOG ========= +v3.5.1 +* 3.5.0 packagist/github release due a confusion were using the master (2.X branch). I'm releasing 3.5.1 to fix this issue and go back to 3.X branch + v3.5.0 * [#412](https://github.com/onelogin/php-saml/pull/412) Empty instead of unset the $_SESSION variable * [#433](https://github.com/onelogin/php-saml/issues/443) Fix Incorrect Destination in LogoutResponse when using responseUrl #443 diff --git a/src/Saml2/version.json b/src/Saml2/version.json index ada99b8e..c81a838d 100644 --- a/src/Saml2/version.json +++ b/src/Saml2/version.json @@ -1,7 +1,7 @@ { "php-saml": { - "version": "3.5.0", - "released": "26/11/2020" + "version": "3.5.1", + "released": "03/12/2020" } }