Skip to content

Commit

Permalink
Prepare for 0.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrbrowne committed Mar 11, 2021
1 parent 530cb68 commit 987cd24
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ 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.5.1...HEAD)
## [Unreleased](https://github.com/pusher/NWWebSocket/compare/0.5.2...HEAD)

## [0.5.2](https://github.com/pusher/NWWebSocket/compare/0.5.1...0.5.2) - 2021-03-11

### Fixed

- Resolved an issue preventing App Store submission when integrating NWWebSocket using certain dependency managers.

## [0.5.1](https://github.com/pusher/NWWebSocket/compare/0.5.0...0.5.1) - 2020-12-15

Expand Down
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.5.1'
s.version = '0.5.2'
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 987cd24

Please sign in to comment.