Skip to content

Commit f62ab0a

Browse files
Merge pull request #25 from pusher/release/0.5.1
Prepare for 0.5.1 release
2 parents 418a87a + 873996b commit f62ab0a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

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.
814

915
## [0.5.0](https://github.com/pusher/NWWebSocket/compare/0.4.0...0.5.0) - 2020-11-20
1016

NWWebSocket.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'NWWebSocket'
3-
s.version = '0.5.0'
3+
s.version = '0.5.1'
44
s.summary = 'A WebSocket client written in Swift, using the Network framework from Apple'
55
s.homepage = 'https://github.com/pusher/NWWebSocket'
66
s.license = 'MIT'

0 commit comments

Comments
 (0)