diff --git a/CHANGELOG.md b/CHANGELOG.md index 12f30458..d5227612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,14 +6,14 @@ ## Important Notes -- [#](https://github.com/oauth2-proxy/oauth2-proxy/pull/) New option "--cookie-csrf-samesite" added, to define the SameSite value of CSRF cookie. If option is not configured, then CSRF cookie SameSite is equal to the one configured for the session cookie. +- [#3347](https://github.com/oauth2-proxy/oauth2-proxy/pull/3347) New option "--cookie-csrf-samesite" added, to define the SameSite value of CSRF cookie. If option is not configured, then CSRF cookie SameSite is equal to the one configured for the session cookie. ## Breaking Changes ## Changes since v7.14.2 - [#3183](https://github.com/oauth2-proxy/oauth2-proxy/pull/3183) fix: allow URL parameters to configure username, password and max idle connection timeout if the matching configuration is empty. -- [#](https://github.com/oauth2-proxy/oauth2-proxy/pull/) Added new option to configure the SameSite value of CSRF cookie (e.g.: "--cookie-csrf-samesite"). +- [#3347](https://github.com/oauth2-proxy/oauth2-proxy/pull/3347) Added new option to configure the SameSite value of CSRF cookie (e.g.: "--cookie-csrf-samesite"). # V7.14.2