Skip to content

Commit

Permalink
bump to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Nov 11, 2021
1 parent 8c32f96 commit ff9e9f0
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.4.2
=====

* Embed Starscream 3 – see [discussion](https://github.com/centrifugal/centrifuge-swift/issues/48#issuecomment-965501423) and pr [#53](https://github.com/centrifugal/centrifuge-swift/pull/53).
* Support CentrifugeClientInfo in history publications.

0.4.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 = '4.2'
s.version = '0.4.1'
s.version = '0.4.2'

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

0 comments on commit ff9e9f0

Please sign in to comment.