diff --git a/CHANGELOG.md b/CHANGELOG.md index a9dfd25..f0eb13d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ===== diff --git a/SwiftCentrifuge.podspec b/SwiftCentrifuge.podspec index 4b4e3ba..12e67b8 100644 --- a/SwiftCentrifuge.podspec +++ b/SwiftCentrifuge.podspec @@ -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'