diff --git a/CHANGELOG.md b/CHANGELOG.md index 7028556..c421594 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.6.1 +===== + +* Make `info` field of `CentrifugePublicationEvent` and `CentrifugeServerPublicationEvent` public. + 0.6.0 ===== diff --git a/SwiftCentrifuge.podspec b/SwiftCentrifuge.podspec index cff30ef..49e7067 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.0' + s.version = '0.6.1' s.homepage = 'https://github.com/centrifugal/centrifuge-swift' s.summary = 'Centrifugo and Centrifuge client in Swift'