Skip to content

Commit

Permalink
Merge pull request #203 from okta/release_3.0
Browse files Browse the repository at this point in the history
Release 3.0
  • Loading branch information
rajdeepnanua-okta authored Jun 14, 2024
2 parents 94a9e23 + c438ef0 commit c79099c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [3.0.0] 2024-06-14

[Commits](https://github.com/okta/okta-idx-android/compare/2.4.1...3.0.0)

### Changed
- Update AuthFoundation to 2.0. By updating to AuthFoundation 2.0, initializing `InteractionCodeFlow` has changed from `oidcClient.createInteractionCodeFlow` to `InteractionCodeFlow`. Users must perform an additional `InteractionCodeFlow.start` call before calling `InteractionCodeFlow.resume`.
- AuthFoundation 2.0 is a major version release with breaking API changes. As a result, okta-idx-android is also a major version release. See okta-mobile-kotlin [migration guide from 1.x to 2.x](https://github.com/okta/okta-mobile-kotlin?tab=readme-ov-file#migrating-from-okta-mobile-kotlin-1x-to-2x).
- Root level org auth URLs are now supported with this release.

## [2.4.1] 2024-03-20

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ do not have an account manager, please reach out to [email protected] for more inform
Add the `Okta IDX Kotlin` dependency to your `build.gradle` file:

```gradle
implementation 'com.okta.android:okta-idx-kotlin:2.4.1'
implementation 'com.okta.android:okta-idx-kotlin:3.0.0'
```

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,6 +36,6 @@ POM_LICENSE_DIST=repo
POM_DEVELOPER_ID=okta
POM_DEVELOPER_NAME=Okta

VERSION_NAME=2.4.1
VERSION_NAME=3.0.0
android.nonTransitiveRClass=false
android.nonFinalResIds=false

0 comments on commit c79099c

Please sign in to comment.