Skip to content

Commit 1e43361

Browse files
Merge pull request #21 from pusher/release/0.5.0
Prepare for 0.5.0 release
2 parents 1346f44 + 9a928ce commit 1e43361

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@ 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.4.0...HEAD)
7+
## [Unreleased](https://github.com/pusher/NWWebSocket/compare/0.5.0...HEAD)
8+
9+
## [0.5.0](https://github.com/pusher/NWWebSocket/compare/0.4.0...0.5.0) - 2020-11-20
10+
11+
### Added
12+
13+
- Connection state reporting and automatic migration when a better network path becomes available.
14+
15+
### Changed
16+
17+
- Improved Apple Quick Help documentation comments coverage.
18+
- Error-reporting improvements (passes the `NWError` directly via the delegate callback).
819

920
## [0.4.0](https://github.com/pusher/NWWebSocket/compare/0.3.0...0.4.0) - 2020-10-27
1021

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.4.0'
3+
s.version = '0.5.0'
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)