Skip to content

Commit ce451b3

Browse files
authored
release: prepare v6.0.2 (#567)
1 parent 3214bb9 commit ce451b3

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.generator/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ additionalProperties:
1010
enumClassPrefix: true
1111
generateInterfaces: true
1212
packageName: okta
13-
packageVersion: 6.0.1
13+
packageVersion: 6.0.2
1414
useOneOfDiscriminatorLookup: true
1515
disallowAdditionalPropertiesIfNotPresent: false
1616
files:

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
Running changelog of releases since `2.0.0-rc.4`
33

4+
## v6.0.2
5+
- Fix datatype of `lastConnection` in agent pools response [#566](https://github.com/okta/okta-sdk-golang/pull/566). Thanks [@pranav-okta](https://github.com/okta/pranav-okta)
6+
- Add `oneOf` discriminator to idp protocol response [#563](https://github.com/okta/okta-sdk-golang/pull/563). Thanks [@pranav-okta](https://github.com/okta/pranav-okta)
7+
- Fix invalid DPoP token by re-authorizing the retries [#562](https://github.com/okta/okta-sdk-golang/pull/562). Thanks [@pranav-okta](https://github.com/okta/pranav-okta)
8+
49
## v6.0.1
510
- Fix role assignment APIs `oneOf` schema issues in spec [#553](https://github.com/okta/okta-sdk-golang/pull/553). Thanks [@pranav-okta](https://github.com/okta/pranav-okta)
611

0 commit comments

Comments
 (0)