Skip to content

Commit

Permalink
Merge pull request #239 from okta/release_1.1.2
Browse files Browse the repository at this point in the history
Prepare 1.1.2 release
  • Loading branch information
rajdeepnanua-okta authored Feb 13, 2023
2 parents ce26a62 + 8d3d1ff commit 2ea5d6d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.2] - 2023-02-13

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

### Fixed
- Fix a race condition caused by activity lifecycle when multiple login/logout are called too quickly. [#238](https://github.com/okta/okta-mobile-kotlin/pull/238)

## [1.1.1] - 2022-10-17

[Commits](https://github.com/okta/okta-mobile-kotlin/compare/1.1.0...1.1.1)
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.1.1'))
implementation(platform('com.okta.kotlin:bom:1.1.2'))
// 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,4 +38,4 @@ POM_LICENSE_DIST=repo
POM_DEVELOPER_ID=okta
POM_DEVELOPER_NAME=Okta

VERSION_NAME=1.1.1
VERSION_NAME=1.1.2

0 comments on commit 2ea5d6d

Please sign in to comment.