Skip to content

Commit

Permalink
Merge pull request #165 from okta/jn-release-2.1.0-prep
Browse files Browse the repository at this point in the history
Prepare 2.1.0 release.
  • Loading branch information
JayNewstrom authored Sep 21, 2022
2 parents 5dfee8e + e5564e3 commit 4619eaa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
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

0 comments on commit 4619eaa

Please sign in to comment.