Skip to content

Commit

Permalink
Merge pull request #261 from okta/release_1.1.5
Browse files Browse the repository at this point in the history
Prepare release 1.1.5
  • Loading branch information
rajdeepnanua-okta authored Aug 4, 2023
2 parents 821a0cd + 104c7f9 commit 9a9c8dd
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.5] - 2023-08-04

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

### Fixed
- Fix DT (device token) cookie formatting to fix "remember device" functionality in downstream SDKs. [#260](https://github.com/okta/okta-mobile-kotlin/pull/260)

## [1.1.4] - 2023-08-03

[Commits](https://github.com/okta/okta-mobile-kotlin/compare/1.1.3...1.1.4)
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.4'))
implementation(platform('com.okta.kotlin:bom:1.1.5'))
// 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.4
VERSION_NAME=1.1.5

0 comments on commit 9a9c8dd

Please sign in to comment.