Skip to content

Commit

Permalink
Merge pull request #228 from okta/release_1.1.1
Browse files Browse the repository at this point in the history
Prepare 1.1.1 Release
  • Loading branch information
rajdeepnanua-okta authored Oct 17, 2022
2 parents 1a38adf + 67b4ff9 commit 1454c01
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.1] - 2022-10-17

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

### Fixed
- Fix a potential race when writing exceptionPairs. [#222](https://github.com/okta/okta-mobile-kotlin/pull/222)

## [1.1.0] - 2022-09-13

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

VERSION_NAME=1.1.0
VERSION_NAME=1.1.1

0 comments on commit 1454c01

Please sign in to comment.