diff --git a/CHANGELOG.md b/CHANGELOG.md index 34c01dc3..188596ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index e2a99dbc..4a8f9245 100644 --- a/README.md +++ b/README.md @@ -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') diff --git a/gradle.properties b/gradle.properties index c67a87ad..479064b1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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