File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased] ( https://github.com/pusher/NWWebSocket/compare/0.5.0...HEAD )
7
+ ## [ Unreleased] ( https://github.com/pusher/NWWebSocket/compare/0.5.1...HEAD )
8
+
9
+ ## [ 0.5.1] ( https://github.com/pusher/NWWebSocket/compare/0.5.0...0.5.1 ) - 2020-12-15
10
+
11
+ ### Fixed
12
+
13
+ - Resolved a race condition that could prevent a manual reconnection attempt in certain circumstances.
8
14
9
15
## [ 0.5.0] ( https://github.com/pusher/NWWebSocket/compare/0.4.0...0.5.0 ) - 2020-11-20
10
16
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'NWWebSocket'
3
- s . version = '0.5.0 '
3
+ s . version = '0.5.1 '
4
4
s . summary = 'A WebSocket client written in Swift, using the Network framework from Apple'
5
5
s . homepage = 'https://github.com/pusher/NWWebSocket'
6
6
s . license = 'MIT'
You can’t perform that action at this time.
0 commit comments