diff --git a/README.md b/README.md index 4a7c147..bac6dd0 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 6d6a4dc..a38f8f0 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)]