Skip to content

Commit

Permalink
Update projects' version and changelogs. (okta#150)
Browse files Browse the repository at this point in the history
- Update Okta.AspNet.Abstractions project's version from 3.1.0 to 3.2.0
- Update Okta.AspNet project's version from 1.7.0 to 1.8.0
- Update Okta.AspNetCore project's version from 3.3.0 to 3.4.0
  • Loading branch information
laura-rodriguez authored Sep 24, 2020
1 parent 156466d commit e3bdd1e
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 9 deletions.
8 changes: 8 additions & 0 deletions Okta.AspNet.Abstractions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog
Running changelog of releases since `3.0.5`

## v3.2.0

### Features

- Update dependencies
- Add a new class called `OktaParams` that contains Okta well-known parameters supported by the SDK
- Report .NET runtime via user agent.

## v3.1.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion Okta.AspNet.Abstractions/Okta.AspNet.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net452;netstandard2.0</TargetFrameworks>
<Version>3.1.0</Version>
<Version>3.2.0</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
11 changes: 7 additions & 4 deletions Okta.AspNet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# Changelog
Running changelog of releases since `1.6.0`

## v1.7.0
## v1.8.0

### Bug Fixes
### Features

- Cache signing keys and update them periodically in order to avoid deadlocks (#126)
- Add support for `login_hint` parameter (#142)
- Update Owin dependencies (among others) to `4.1.1`

## v1.7.0

### Features

- Expose `AuthenticationFailed` event.
- Add support for Proxy configuration (#123)

## v1.6.0

Expand Down
6 changes: 3 additions & 3 deletions Okta.AspNet/Okta.AspNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Official Okta middleware for ASP.NET 4.5+. Easily add authentication and authorization to ASP.NET applications.</Description>
<Copyright>(c) 2019 Okta, Inc.</Copyright>
<Version>1.7.0</Version>
<Version>1.8.0</Version>
<Authors>Okta, Inc.</Authors>
<TargetFramework>net452</TargetFramework>
<AssemblyName>Okta.AspNet</AssemblyName>
Expand All @@ -29,8 +29,8 @@

<PropertyGroup>
<CodeAnalysisRuleSet>..\OktaSdk.ruleset</CodeAnalysisRuleSet>
<AssemblyVersion>1.7.0.0</AssemblyVersion>
<FileVersion>1.7.0.0</FileVersion>
<AssemblyVersion>1.8.0.0</AssemblyVersion>
<FileVersion>1.8.0.0</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
7 changes: 7 additions & 0 deletions Okta.AspNetCore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
Running changelog of releases since `3.2.0`

## v3.4.0

### Features

- Add support for `login_hint` parameter (#142)


## v3.3.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion Okta.AspNetCore/Okta.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PropertyGroup>
<Description>Official Okta middleware for ASP.NET Core 3.0+. Easily add authentication and authorization to ASP.NET Core applications.</Description>
<Copyright>(c) 2019 Okta, Inc.</Copyright>
<VersionPrefix>3.3.0</VersionPrefix>
<VersionPrefix>3.4.0</VersionPrefix>
<Authors>Okta, Inc.</Authors>
<AssemblyName>Okta.AspNetCore</AssemblyName>
<PackageId>Okta.AspNetCore</PackageId>
Expand Down

0 comments on commit e3bdd1e

Please sign in to comment.