Skip to content

Commit

Permalink
prepare 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Jan 5, 2021
1 parent 89df453 commit 8aef367
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.2.1
=====

* Fix refresh token task retain cycle [#38](https://github.com/centrifugal/centrifuge-swift/pull/38)

0.2.0
=====

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 = '4.2'
s.version = '0.2.0'
s.version = '0.2.1'

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

0 comments on commit 8aef367

Please sign in to comment.