diff --git a/changelog.md b/changelog.md index fc8a6d6..93389d5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## Version 7.0.0-beta4 + +* The `web.social.[provider]` items no longer have a `uri` property. + ## Version 7.0.0-beta3 This version supports the migration of ASP.NET applications from Stormpath to Okta. For more information, see the [master changelog](https://github.com/stormpath/stormpath-dotnet-owin-middleware/blob/master/changelog.md). @@ -11,7 +15,6 @@ This version supports the migration of ASP.NET applications from Stormpath to Ok * The `web.idSite` section was removed. * The `web.changePassword.enabled` and `web.verifyEmail.enabled` settings are now **false** by default. * The `web.register.emailVerificationRequired` setting was added. -* The `web.social.[provider]` items no longer have a `uri` property. * All configuration properties start with `okta.*` instead of `stormpath.*`. For most applications, this won't cause any issues. * JSON/YAML configuration can now be loaded from `okta.json` or `okta.yaml` **or** `stormpath.json`/`stormpath.yaml`. For backwards compatibility, either filename will work. (Note: the home directory search location is still `~/.stormpath`, for maximum backwards compatibility.) * Environment variable configuration can now be specified using `OKTA_` environment variables in addition to `STORMPATH_` environment variables. For backwards compatibility, either string format will work.