Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 2.1.0 release. #165

Merged
merged 1 commit into from
Sep 21, 2022
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [2.1.0] - 2022-09-21

### Changed
- Updated to the latest auth-foundation (1.1.0)

## [2.0.0] - 2022-07-11

### 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.0.0'
implementation 'com.okta.android:okta-idx-kotlin:2.1.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,4 +36,4 @@ POM_LICENSE_DIST=repo
POM_DEVELOPER_ID=okta
POM_DEVELOPER_NAME=Okta

VERSION_NAME=2.0.0
VERSION_NAME=2.1.0
2 changes: 1 addition & 1 deletion versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ versions.androidx_test_ext = '1.1.3'
versions.androidx_text_uiautomator = '2.2.0'
versions.android_gradle_plugin = '7.2.2'
versions.appcompat = '1.4.2'
versions.auth_foundation = '1.0.0'
versions.auth_foundation = '1.1.0'
versions.bouncy_castle = '1.65'
versions.compose = '1.2.1'
versions.constraint_layout = '2.1.4'
Expand Down