diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a1cb666f..519155a6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.2.5 + +- [#491](https://github.com/okta/okta-auth-js/pull/491) Fixes issue with OAuth param cookie when using self-hosted signin widget + +- [#489](https://github.com/okta/okta-auth-js/pull/489) Fixes sameSite cookie setting when running on HTTP connection + ## 3.2.4 ### Bug Fixes diff --git a/packages/okta-auth-js/package.json b/packages/okta-auth-js/package.json index c0e4aa7ef..fb841464d 100644 --- a/packages/okta-auth-js/package.json +++ b/packages/okta-auth-js/package.json @@ -1,7 +1,7 @@ { "name": "@okta/okta-auth-js", "description": "The Okta Auth SDK", - "version": "3.2.4", + "version": "3.2.5", "homepage": "https://github.com/okta/okta-auth-js", "license": "Apache-2.0", "main": "lib/server/serverIndex.js",