Skip to content

Commit

Permalink
Release 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Feb 19, 2021
1 parent 4f2d6c7 commit 888e333
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
CHANGELOG
=========
v3.6.0
* Add AES128_GCM encryption on generateNameId method. New setting parameter encryption_algorithm. If you set a encryption method different than AES128_CBC then the algorithm RSA_OAEP_MGF1P will be used as well instead RSA_1_5
* PHP 8.0 support

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

Expand Down
4 changes: 2 additions & 2 deletions src/Saml2/version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"php-saml": {
"version": "3.6.0-dev",
"released": "03/12/2020"
"version": "3.6.0",
"released": "19/02/2021"
}
}

0 comments on commit 888e333

Please sign in to comment.