Skip to content

Commit

Permalink
PubNub kotlin 0.11.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pubnub-release-bot committed Feb 20, 2025
1 parent 0d21579 commit ba8c30c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
11 changes: 8 additions & 3 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: kmp-chat
version: 0.11.0
version: 0.11.1
schema: 1
scm: github.com/pubnub/kmp-chat
sdks:
Expand All @@ -21,8 +21,8 @@ sdks:
-
distribution-type: library
distribution-repository: maven
package-name: pubnub-chat-0.11.0
location: https://repo.maven.apache.org/maven2/com/pubnub/pubnub-chat/0.11.0/
package-name: pubnub-chat-0.11.1
location: https://repo.maven.apache.org/maven2/com/pubnub/pubnub-chat/0.11.1/
supported-platforms:
supported-operating-systems:
Android:
Expand Down Expand Up @@ -77,6 +77,11 @@ sdks:
license-url: https://github.com/pubnub/kotlin/blob/master/LICENSE
is-required: Required
changelog:
- date: 2025-02-20
version: 0.11.1
changes:
- type: bug
text: "The issue occurred when "Enforce referential integrity for memberships" was enabled and a user did not exist in AppContext."
- date: 2025-01-23
version: 0.11.0
changes:
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
targets: [
.binaryTarget(
name: "PubNubChatRemoteBinaryPackage",
url: "https://github.com/pubnub/kmp-chat/releases/download/kotlin-0.11.0/PubNubChat.xcframework.zip",
url: "https://github.com/pubnub/kmp-chat/releases/download/kotlin-0.11.1/PubNubChat.xcframework.zip",
checksum: "3153a4429665fe51861cfdc3b63cdb873260e777dcb41d52f14301698b2b2a91"
)
]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You will need the publish and subscribe keys to authenticate your app. Get your
<dependency>
<groupId>com.pubnub</groupId>
<artifactId>pubnub-chat</artifactId>
<version>0.11.0</version>
<version>0.11.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SONATYPE_HOST=DEFAULT
SONATYPE_AUTOMATIC_RELEASE=false
GROUP=com.pubnub
POM_PACKAGING=jar
VERSION_NAME=0.11.4
VERSION_NAME=0.11.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.
Expand Down

0 comments on commit ba8c30c

Please sign in to comment.