diff --git a/README.md b/README.md index f8ec018..1b04708 100644 --- a/README.md +++ b/README.md @@ -278,6 +278,7 @@ Minimum supported PHP version is 7.3. ## Changelog ## ### 2.1.5-dev ### +* Add a hook to modify returned attributes. [[#379](https://github.com/pantheon-systems/wp-saml-auth/pull/379/)] (props @anthonybaxter-uwu) ### 2.1.4 (November 27, 2023) ### * Fix typo in the label for the certificate path [[#352](https://github.com/pantheon-systems/wp-saml-auth/pull/352)] diff --git a/readme.txt b/readme.txt index 805d28c..effa8c1 100644 --- a/readme.txt +++ b/readme.txt @@ -278,6 +278,7 @@ Minimum supported PHP version is 7.3. == Changelog == = 2.1.5-dev = +* Add a hook to modify returned attributes. [[#379](https://github.com/pantheon-systems/wp-saml-auth/pull/379/)] = 2.1.4 (November 27, 2023) = * Fix typo in the label for the certificate path [[#352](https://github.com/pantheon-systems/wp-saml-auth/pull/352)]