diff --git a/CHANGELOG.md b/CHANGELOG.md index c421594..297c08b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +0.7.0 +===== + +* Add alternative websocket implementation via URLSessionWebSocketTask (should be explicitly enabled) +* Prevent memory leaks when passing token getters + 0.6.1 ===== diff --git a/SwiftCentrifuge.podspec b/SwiftCentrifuge.podspec index 49e7067..c70cfcd 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.6.1' + s.version = '0.7.0' s.homepage = 'https://github.com/centrifugal/centrifuge-swift' s.summary = 'Centrifugo and Centrifuge client in Swift'