Skip to content

Commit

Permalink
prepare 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Oct 7, 2023
1 parent 2628c8c commit 99be6aa
Show file tree
Hide file tree
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.7.0
=====

* Add alternative websocket implementation via URLSessionWebSocketTask (should be explicitly enabled)
* Prevent memory leaks when passing token getters

0.6.1
=====

Expand Down
2 changes: 1 addition & 1 deletion SwiftCentrifuge.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 99be6aa

Please sign in to comment.