From 911ec01b590e878abefdc8eb039198289ab41bd3 Mon Sep 17 00:00:00 2001 From: Nate Barbettini Date: Fri, 21 Apr 2017 14:42:43 -0700 Subject: [PATCH] Update changelog.md --- changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 106c646..b3a5450 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,7 @@ ## 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/4.0.0/changelog.md). +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). #### Breaking changes @@ -16,4 +16,4 @@ This version supports the migration of ASP.NET applications from Stormpath to Ok * 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. * Configuration provided via an `appsettings.json` file must now be placed in an `Okta` section. * The configuration parser no longer throws errors if the Stormpath API Key and Secret are missing. -* The configuration parser no longer looks for an `apiKey.properties` file. \ No newline at end of file +* The configuration parser no longer looks for an `apiKey.properties` file.