Skip to content

Commit

Permalink
Prepare new release 3.2.0 (#433)
Browse files Browse the repository at this point in the history
- Update CHANGELOG.md
- Update project's version to 3.2.0
  • Loading branch information
laura-rodriguez authored Sep 28, 2020
1 parent 23cb19d commit bd0fac9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Changelog
Running changelog of releases since `3.1.1`

## v3.2.0

### Features

- Add helper method to create users with imported hashed password (#402)
- Add helper methods to create policy rules (#287)

### Bug Fixes

- Add `TryGetHomePath` method to avoid throwing an exception if HOME environment variable is missing (#316)

### Documentation

- Fix code samples in the README file.

## v3.1.1

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion src/Okta.Sdk/Okta.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1;netcoreapp3.1</TargetFrameworks>
<Version>3.1.1</Version>
<Version>3.2.0</Version>
<LangVersion>7.3</LangVersion>
</PropertyGroup>

Expand Down

0 comments on commit bd0fac9

Please sign in to comment.