From 2e329e8215d0073fa61e7b6e022ec9cf35238c99 Mon Sep 17 00:00:00 2001 From: Aaron Granick Date: Thu, 13 May 2021 09:16:08 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e1d676f5..a399afd03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,8 @@ # Changelog -## 5.0.1 +## 5.1.0 -### Bug Fixes - -- [#730](https://github.com/okta/okta-auth-js/pull/730) Fixes issue with `handleLoginRedirect` where a redirect could occur after an exception is thrown. - -### Other +### Features - [#730](https://github.com/okta/okta-auth-js/pull/730) `updateAuthState` returns a Promise.