Skip to content

Commit

Permalink
Prepare version 5.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrees committed Jan 13, 2025
1 parent d53927d commit 25a4d8a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format

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

### 5.3.5

- Fix `objc_loadWeakRetained` on iOS 18 in the `Transport` layer

### 5.3.4

- Added various weak self checks

### 5.3.3

- Added weak self references in heartbeat timer
Expand Down
2 changes: 1 addition & 1 deletion SwiftPhoenixClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "SwiftPhoenixClient"
s.version = "5.3.4"
s.version = "5.3.5"
s.summary = "Connect your Phoenix and iOS applications through WebSockets!"
s.swift_version = "5.0"
s.description = <<-EOS
Expand Down

0 comments on commit 25a4d8a

Please sign in to comment.