Skip to content

Commit e4ccfae

Browse files
PubNub SDK 0.32.1 release.
1 parent b24c34f commit e4ccfae

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.32.0
3+
version: 0.32.1
44
schema: 1
55
changelog:
6+
- date: 2025-08-07
7+
version: 0.32.1
8+
changes:
9+
- type: bug
10+
text: "Fix the isue with Membership's `setLastReadMessage` method when Access Manager is enabled."
611
- date: 2025-08-04
712
version: 0.32.0
813
changes:
@@ -192,7 +197,7 @@ sdks:
192197
- distribution-type: source
193198
distribution-repository: GitHub release
194199
package-name: PubNubSwiftChatSDK
195-
location: https://github.com/pubnub/swift-chat-sdk/archive/refs/tags/0.32.0.zip
200+
location: https://github.com/pubnub/swift-chat-sdk/archive/refs/tags/0.32.1.zip
196201
supported-platforms:
197202
supported-operating-systems:
198203
iOS:

PubNubSwiftChatSDK.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@
972972
"@loader_path/Frameworks",
973973
);
974974
MACOSX_DEPLOYMENT_TARGET = 11.0;
975-
MARKETING_VERSION = 0.32.0;
975+
MARKETING_VERSION = 0.32.1;
976976
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
977977
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
978978
OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS";
@@ -1020,7 +1020,7 @@
10201020
"@loader_path/Frameworks",
10211021
);
10221022
MACOSX_DEPLOYMENT_TARGET = 11.0;
1023-
MARKETING_VERSION = 0.32.0;
1023+
MARKETING_VERSION = 0.32.1;
10241024
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
10251025
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
10261026
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.32.0"
13+
let pubNubSwiftChatSDKVersion: String = "0.32.1"

0 commit comments

Comments
 (0)