-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #108 from okta/jn-prepare-0.3.0-beta
Prepare release 0.3.0-BETA.
- Loading branch information
Showing
3 changed files
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
# Changelog | ||
|
||
## [0.3.0-BETA] - 2022-04-14 | ||
### Added | ||
- Added CredentialBootstrap for handling common `Credential` use cases. | ||
- Added a tag to OkHttp requests with the associated `Credential`. | ||
|
||
### Changed | ||
- Simplified WebAuthenticationClient to return a Token in a single API call. | ||
|
||
### Fixed | ||
- Fixed an issue where a valid issuer might fail validation. | ||
- Numerous bug fixes and improvements. | ||
|
||
## [0.2.0-BETA] - 2022-03-25 | ||
### Added | ||
- Initial release! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters