Skip to content

Commit

Permalink
Update changelog and bump for 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Aug 10, 2017
1 parent b9d449b commit 86d93d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## Version 7.1.0

* Added the `web.refreshTokenCookie.maxAge` property, which controls the expiration time (if any) of refresh token cookies.
* Added the `authorizationServerId` property, which allows the developer to specify the Okta Authorization Server to use (instead of relying on auto-discovery).
* Added the `web.oauth2.password.defaultScope` property, which sets the default scopes (if any) that are sent during a Password Grant request.

## Version 7.0.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Abstractions for the Stormpath.Configuration package.</Description>
<Copyright>(c) 2017 Stormpath, Inc.</Copyright>
<VersionPrefix>7.1.0-beta3</VersionPrefix>
<VersionPrefix>7.1.0</VersionPrefix>
<Authors>Nate Barbettini</Authors>
<TargetFrameworks>net45;netstandard1.0</TargetFrameworks>
<AssemblyName>Stormpath.Configuration.Abstractions</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion src/Stormpath.Configuration/Stormpath.Configuration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Load Stormpath configuration from various sources.</Description>
<Copyright>(c) 2017 Stormpath, Inc.</Copyright>
<VersionPrefix>7.1.0-beta3</VersionPrefix>
<VersionPrefix>7.1.0</VersionPrefix>
<Authors>Nate Barbettini</Authors>
<TargetFrameworks>net45;netstandard1.3</TargetFrameworks>
<AssemblyName>Stormpath.Configuration</AssemblyName>
Expand Down

0 comments on commit 86d93d1

Please sign in to comment.