Skip to content

Commit 7687d3d

Browse files
PubNub SDK 0.30.2 release.
1 parent 4556ad6 commit 7687d3d

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

.pubnub.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
name: swift-chat-sdk
22
scm: github.com/pubnub/swift-chat-sdk
3-
version: 0.30.1
3+
version: 0.30.2
44
schema: 1
55
changelog:
6+
- date: 2025-06-12
7+
version: 0.30.2
8+
changes:
9+
- type: feature
10+
text: "Add `autoModerationId` property in EventContent.Report."
11+
- type: improvement
12+
text: "Add PrivacyInfo.xcprivacy."
13+
- type: improvement
14+
text: "Remove unused `PubNubSwiftChatSDK_Info.plist` file."
615
- date: 2025-05-21
716
version: 0.30.1
817
changes:
@@ -168,7 +177,7 @@ sdks:
168177
- distribution-type: source
169178
distribution-repository: GitHub release
170179
package-name: PubNubSwiftChatSDK
171-
location: https://github.com/pubnub/swift-chat-sdk/archive/refs/tags/0.30.1.zip
180+
location: https://github.com/pubnub/swift-chat-sdk/archive/refs/tags/0.30.2.zip
172181
supported-platforms:
173182
supported-operating-systems:
174183
iOS:

PubNubSwiftChatSDK.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@
952952
"@loader_path/Frameworks",
953953
);
954954
MACOSX_DEPLOYMENT_TARGET = 11.0;
955-
MARKETING_VERSION = 0.30.1;
955+
MARKETING_VERSION = 0.30.2;
956956
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
957957
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
958958
OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS";
@@ -1000,7 +1000,7 @@
10001000
"@loader_path/Frameworks",
10011001
);
10021002
MACOSX_DEPLOYMENT_TARGET = 11.0;
1003-
MARKETING_VERSION = 0.30.1;
1003+
MARKETING_VERSION = 0.30.2;
10041004
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
10051005
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
10061006
OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS";

Sources/Miscellaneous/Constants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
import Foundation
1212

13-
let pubNubSwiftChatSDKVersion: String = "0.30.1"
13+
let pubNubSwiftChatSDKVersion: String = "0.30.2"

0 commit comments

Comments
 (0)