Skip to content

Commit

Permalink
Merge pull request #108 from okta/jn-prepare-0.3.0-beta
Browse files Browse the repository at this point in the history
Prepare release 0.3.0-BETA.
  • Loading branch information
JayNewstrom authored Apr 14, 2022
2 parents 79bdaa4 + 1a2dfec commit c9ebd45
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
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!
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ This SDK is being actively developed and is in Beta release status. At this time
| Device Authorization Grant Flow || Beta 2 |
| OkHttp Interceptor for authorizing requests || Beta 2 |
| Support for multiple accounts || Beta 2 |
| Time synchronization via NTP | 🚧 | Beta 3 |
| Advanced Eventing | 🚧 | Beta 3 |
| Migrating Tokens from okta-oidc-android | 🚧 | Beta 3 |
| Time synchronization via NTP | 🚧 | Beta 4 |
| Advanced Eventing | 🚧 | Beta 4 |
| Migrating Tokens from okta-oidc-android | 🚧 | Beta 4 |

## Support Policy

Expand Down Expand Up @@ -71,10 +71,10 @@ Okta is busy adding new functionality to its identity platform. We're excited to
Add the `Okta Mobile Kotlin` dependencies to your `build.gradle` file:

```gradle
implementation 'com.okta.kotlin:auth-foundation:0.2.0-BETA'
implementation 'com.okta.kotlin:auth-foundation-bootstrap:0.2.0-BETA'
implementation 'com.okta.kotlin:oauth2:0.2.0-BETA'
implementation 'com.okta.kotlin:web-authentication-ui:0.2.0-BETA'
implementation 'com.okta.kotlin:auth-foundation:0.3.0-BETA'
implementation 'com.okta.kotlin:auth-foundation-bootstrap:0.3.0-BETA'
implementation 'com.okta.kotlin:oauth2:0.3.0-BETA'
implementation 'com.okta.kotlin:web-authentication-ui:0.3.0-BETA'
```

See the [CHANGELOG](CHANGELOG.md) for the most recent changes.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ POM_LICENSE_DIST=repo
POM_DEVELOPER_ID=okta
POM_DEVELOPER_NAME=Okta

VERSION_NAME=0.2.0-BETA
VERSION_NAME=0.3.0-BETA

0 comments on commit c9ebd45

Please sign in to comment.