Skip to content

Commit

Permalink
Merge pull request #280 from okta/release_1.2.1
Browse files Browse the repository at this point in the history
Release 1.2.1
  • Loading branch information
rajdeepnanua-okta authored Jan 31, 2024
2 parents a0a1562 + 0c0eaa9 commit e3261c5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.2.1] - 2024-01-31

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

### Added
- Added state value customization to AuthorizationCodeFlow.start [#278](https://github.com/okta/okta-mobile-kotlin/pull/278)

### Fixed
- DeviceTokenProvider initialization issues have been mostly fixed. A possible crash can still be encountered in case of corrupt key in keystore [#278](https://github.com/okta/okta-mobile-kotlin/pull/278)

## [1.2.0] - 2023-11-06

[Commits](https://github.com/okta/okta-mobile-kotlin/compare/1.1.5...1.2.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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.0'))
implementation(platform('com.okta.kotlin:bom:1.2.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=1.2.0
VERSION_NAME=1.2.1

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

0 comments on commit e3261c5

Please sign in to comment.