diff --git a/.pubnub.yml b/.pubnub.yml index 3c4eca9..7e14a66 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -1,5 +1,5 @@ name: kmp-chat -version: 0.9.0 +version: 0.9.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.9.0 - location: https://repo.maven.apache.org/maven2/com/pubnub/pubnub-chat/0.9.0/ + package-name: pubnub-chat-0.9.1 + location: https://repo.maven.apache.org/maven2/com/pubnub/pubnub-chat/0.9.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: 2024-12-04 + version: 0.9.1 + changes: + - type: feature + text: "Lock moderated messages from editing." - date: 2024-11-06 version: v0.9.0 changes: diff --git a/js-chat/package.json b/js-chat/package.json index 953d2cc..a328265 100644 --- a/js-chat/package.json +++ b/js-chat/package.json @@ -41,7 +41,7 @@ "module": "dist/index.es.js", "types": "dist/index.d.ts", "react-native": "dist/index.es.js", - "version": "0.9.0", + "version": "0.9.1", "name": "@pubnub/chat", "dependencies": { "pubnub": "8.2.8",