Skip to content

Commit

Permalink
prepare 0.5.4
Browse files Browse the repository at this point in the history
FZambia committed Sep 16, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 7931683 commit 32135c9
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.5.4
=====

* Add centrifuge logger interface [#73](https://github.com/centrifugal/centrifuge-swift/pull/73)
* Example app: replace CocoaPods with SPM [#72](https://github.com/centrifugal/centrifuge-swift/pull/72)

0.5.3
=====

2 changes: 1 addition & 1 deletion SwiftCentrifuge.podspec
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.name = 'SwiftCentrifuge'
s.module_name = 'SwiftCentrifuge'
s.swift_version = '5.0'
s.version = '0.5.3'
s.version = '0.5.4'

s.homepage = 'https://github.com/centrifugal/centrifuge-swift'
s.summary = 'Centrifugo and Centrifuge client in Swift'

0 comments on commit 32135c9

Please sign in to comment.