diff --git a/.pubnub.yml b/.pubnub.yml index 4345b52d..769c9a12 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -1,5 +1,5 @@ name: kmp-chat -version: 0.10.0 +version: 0.10.1 schema: 1 scm: github.com/pubnub/kmp-chat sdks: @@ -21,8 +21,8 @@ sdks: - distribution-type: library distribution-repository: maven - package-name: pubnub-chat-0.10.0 - location: https://repo.maven.apache.org/maven2/com/pubnub/pubnub-chat/0.10.0/ + package-name: pubnub-chat-0.10.1 + location: https://repo.maven.apache.org/maven2/com/pubnub/pubnub-chat/0.10.1/ supported-platforms: supported-operating-systems: Android: @@ -77,6 +77,11 @@ sdks: license-url: https://github.com/pubnub/kotlin/blob/master/LICENSE is-required: Required changelog: + - date: 2025-01-13 + version: 0.10.1 + changes: + - type: improvement + text: "Internal fixes." - date: 2025-01-07 version: 0.10.0 changes: diff --git a/Package.swift b/Package.swift index 01afa6c3..1e2541c7 100644 --- a/Package.swift +++ b/Package.swift @@ -18,8 +18,8 @@ let package = Package( targets: [ .binaryTarget( name: "PubNubChatRemoteBinaryPackage", - url: "https://github.com/pubnub/kmp-chat/releases/download/kotlin-0.10.0/PubNubChat.xcframework.zip", - checksum: "bc2c024e9b83a67d90e078778e140c0858651f96d0909d9a14143d36fa5efdf3" + url: "https://github.com/pubnub/kmp-chat/releases/download/kotlin-0.10.1/PubNubChat.xcframework.zip", + checksum: "3153a4429665fe51861cfdc3b63cdb873260e777dcb41d52f14301698b2b2a91" ) ] ) diff --git a/README.md b/README.md index fc751079..c6c75ca0 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ You will need the publish and subscribe keys to authenticate your app. Get your com.pubnub pubnub-chat - 0.10.0 + 0.10.1 ``` diff --git a/gradle.properties b/gradle.properties index 80c872e2..9045ab6f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ SONATYPE_HOST=DEFAULT SONATYPE_AUTOMATIC_RELEASE=false GROUP=com.pubnub POM_PACKAGING=jar -VERSION_NAME=0.10.0 +VERSION_NAME=0.10.1 POM_NAME=PubNub Chat SDK POM_DESCRIPTION=This SDK offers a set of handy methods to create your own feature-rich chat or add a chat to your existing application. diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 30e78fb6..05829652 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,8 +6,8 @@ ktlint = "12.1.0" dokka = "1.9.20" kotlinx_serialization = "1.7.3" kotlinx_coroutines = "1.9.0" -pubnub = "10.3.3" -pubnub_swift = "8.2.3" +pubnub = "10.3.4" +pubnub_swift = "8.2.4" [libraries] pubnub-kotlin-api = { module = "com.pubnub:pubnub-kotlin-api", version.ref = "pubnub" }