Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
Running changelog of releases since `2.0.0-rc.4`

## v5.0.5
- Fix the Go Documentation spam [#512](https://github.com/okta/okta-sdk-golang/pull/511). Thanks [@aditya-okta](https://github.com/aditya-okta)
- Fix the support for signed nonce factor [#512](https://github.com/okta/okta-sdk-golang/pull/512). Thanks [@aditya-okta](https://github.com/aditya-okta)

## v5.0.2
- Fix unmarshalling error for Group owner object lastUpdated (#486) Thanks [@duytiennguyen-okta]

Expand Down Expand Up @@ -51,7 +55,7 @@ Running changelog of releases since `2.0.0-rc.4`
- `Application` has `PreviewSAMLAppMetadata` method for `GET /api/v1/apps/{applicationId}/sso/saml/metadata` endpoint.
- Added parameters
- `Default` bool on `AuthorizationServer` model

## v2.16.0

- All API integers, which previously had been typed as `int64`, are now typed
Expand Down