Skip to content

Commit

Permalink
PubNub kotlin 0.9.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pubnub-release-bot committed Dec 20, 2024
1 parent c10ce72 commit 33bcb12
Show file tree
Hide file tree
Showing 3 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.9.3
version: 0.9.4
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.9.3
location: https://repo.maven.apache.org/maven2/com/pubnub/pubnub-chat/0.9.3/
package-name: pubnub-chat-0.9.4
location: https://repo.maven.apache.org/maven2/com/pubnub/pubnub-chat/0.9.4/
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: 2024-12-20
version: 0.9.4
changes:
- type: bug
text: "Make setRestrictions work with `Enforce referential integrity for memberships` enabled on keyset."
- date: 2024-12-16
version: 0.9.3
changes:
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "PubNubChatRemoteBinaryPackage",
url: "https://github.com/pubnub/kmp-chat/releases/download/kotlin-0.9.3/PubNubChat.xcframework.zip",
checksum: "dccc53b725a2c5f75936a8b85ae4dab7bd5060ede5b6e19ce80c7ecc35090578"
url: "https://github.com/pubnub/kmp-chat/releases/download/kotlin-0.9.4/PubNubChat.xcframework.zip",
checksum: "b2971bcc09a9e0107c4bcbf3795fd53ab80608f4dc3dbb7c67ee668009e4b1fe"
)
]
)
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.9.3</version>
<version>0.9.4</version>
</dependency>
```

Expand Down

0 comments on commit 33bcb12

Please sign in to comment.