Skip to content

Commit 25a4d8a

Browse files
committed
Prepare version 5.3.5
1 parent d53927d commit 25a4d8a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format
44

55
This product uses [Semantic Versioning](https://semver.org/).
66

7+
### 5.3.5
8+
9+
- Fix `objc_loadWeakRetained` on iOS 18 in the `Transport` layer
10+
11+
### 5.3.4
12+
13+
- Added various weak self checks
14+
715
### 5.3.3
816

917
- Added weak self references in heartbeat timer

SwiftPhoenixClient.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "SwiftPhoenixClient"
11-
s.version = "5.3.4"
11+
s.version = "5.3.5"
1212
s.summary = "Connect your Phoenix and iOS applications through WebSockets!"
1313
s.swift_version = "5.0"
1414
s.description = <<-EOS

0 commit comments

Comments
 (0)