Skip to content

Commit

Permalink
Merge pull request #15 from pusher/release/0.4.0
Browse files Browse the repository at this point in the history
Prepare for 0.4.0 release
  • Loading branch information
danielrbrowne authored Oct 27, 2020
2 parents 19f2852 + 0a34efe commit 97d8848
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/pusher/NWWebSocket/compare/0.3.0...HEAD)
## [Unreleased](https://github.com/pusher/NWWebSocket/compare/0.4.0...HEAD)

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

### Added

- watchOS support (6.0 and above).
- Additions to the README to help new users of `NWWebSocket` library.

## [0.3.0](https://github.com/pusher/NWWebSocket/compare/0.2.1...0.3.0) - 2020-10-16

Expand Down Expand Up @@ -32,4 +39,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added

- Initial version of `NWWebSocket`.
- Initial version of `NWWebSocket`.
2 changes: 1 addition & 1 deletion NWWebSocket.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'NWWebSocket'
s.version = '0.3.0'
s.version = '0.4.0'
s.summary = 'A WebSocket client written in Swift, using the Network framework from Apple'
s.homepage = 'https://github.com/pusher/NWWebSocket'
s.license = 'MIT'
Expand Down

0 comments on commit 97d8848

Please sign in to comment.