Skip to content

Commit dbf7b92

Browse files
Update changelog
1 parent cf3ba33 commit dbf7b92

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
## 2.4.7
4+
5+
### Bug fixes
6+
7+
* Fix issue: Getting exception instead of PasswordExpired status
8+
9+
10+
## 2.4.6
11+
12+
### Bug fixes
13+
14+
* Fix issue: "RecoverPasswordAsync fails when used with a RecoveryToken"
15+
* Fix Reversing Labs scan in CI pipeline
16+
17+
## 2.4.5
18+
19+
### Updates
20+
21+
* Move away from orb-defined jobs when running static analysis tooling
22+
* Update System.Text.Json
23+
* Update dependencies to resolve vulnerabilities in sample apps
24+
* Add reversing labs scan to CI pipeline
25+
26+
### Bug fixes
27+
28+
* Ensure external IdP list is returned correctly
29+
30+
## 2.4.4
31+
32+
### Updates
33+
34+
* Make some properties virtual to enable unit tests
35+
336
## 2.4.3
437

538
### Bug fixes

src/Okta.Idx.Sdk/Okta.Idx.Sdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
55
<LangVersion>7.3</LangVersion>
6-
<VersionPrefix>2.4.5</VersionPrefix>
6+
<VersionPrefix>2.4.7</VersionPrefix>
77
</PropertyGroup>
88

99
<PropertyGroup>

0 commit comments

Comments
 (0)