diff --git a/CHANGELOG.md b/CHANGELOG.md index 324fde323..9abeb9ab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - [#1050](https://github.com/okta/okta-auth-js/pull/1050) Removes `userAgent` field from oktaAuth instance - [#1014](https://github.com/okta/okta-auth-js/pull/1014) Shared transaction storage is automatically cleared on success and error states. Storage is not cleared for "terminal" state which is neither success nor error. - [#1051](https://github.com/okta/okta-auth-js/pull/1051) Removes `useMultipleCookies` from CookieStorage options +- [#1059](https://github.com/okta/okta-auth-js/pull/1059) Sets signOut option `clearTokensAfterRedirect` default value to true ### Features