Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdeepnanua-okta committed Jun 12, 2024
1 parent 02aef93 commit 60b8ef0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [2.0.1] - 2024-06-12

[Commits](https://github.com/okta/okta-mobile-kotlin/compare/2.0.0...2.0.1)

This version exposes ApplicationContextHolder for use by [okta-idx-android](https://github.com/okta/okta-idx-android)

## [2.0.0] - 2024-06-03

[Commits](https://github.com/okta/okta-mobile-kotlin/compare/1.2.1...2.0.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Add the `Okta Mobile Kotlin` dependencies to your `build.gradle` file:

```gradle
// Ensure all dependencies are compatible using the Bill of Materials (BOM).
implementation(platform('com.okta.kotlin:bom:1.2.1'))
implementation(platform('com.okta.kotlin:bom:2.0.1'))
// Add the dependencies to your project.
implementation('com.okta.kotlin:auth-foundation')
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ POM_LICENSE_DIST=repo
POM_DEVELOPER_ID=okta
POM_DEVELOPER_NAME=Okta

VERSION_NAME=2.0.0
VERSION_NAME=2.0.1

android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
Expand Down

0 comments on commit 60b8ef0

Please sign in to comment.