Skip to content

Commit 0c47d57

Browse files
PubNub SDK 0.34.0 release.
1 parent ccdc315 commit 0c47d57

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.pubnub.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
name: swift-chat-sdk
22
scm: github.com/pubnub/swift-chat-sdk
3-
version: 0.33.0
3+
version: 0.34.0
44
schema: 1
55
changelog:
6+
- date: 2026-01-26
7+
version: 0.34.0
8+
changes:
9+
- type: feature
10+
text: "Add limit and offset parameters to whoIsPresent methods."
611
- date: 2025-12-10
712
version: 0.33.0
813
changes:
@@ -202,7 +207,7 @@ sdks:
202207
- distribution-type: source
203208
distribution-repository: GitHub release
204209
package-name: PubNubSwiftChatSDK
205-
location: https://github.com/pubnub/swift-chat-sdk/archive/refs/tags/0.33.0.zip
210+
location: https://github.com/pubnub/swift-chat-sdk/archive/refs/tags/0.34.0.zip
206211
supported-platforms:
207212
supported-operating-systems:
208213
iOS:

PubNubSwiftChatSDK.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@
976976
"@loader_path/Frameworks",
977977
);
978978
MACOSX_DEPLOYMENT_TARGET = 11.0;
979-
MARKETING_VERSION = 0.33.0;
979+
MARKETING_VERSION = 0.34.0;
980980
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
981981
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
982982
OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS";
@@ -1024,7 +1024,7 @@
10241024
"@loader_path/Frameworks",
10251025
);
10261026
MACOSX_DEPLOYMENT_TARGET = 11.0;
1027-
MARKETING_VERSION = 0.33.0;
1027+
MARKETING_VERSION = 0.34.0;
10281028
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
10291029
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
10301030
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.33.0"
13+
let pubNubSwiftChatSDKVersion: String = "0.34.0"

0 commit comments

Comments
 (0)