diff --git a/CHANGELOG.md b/CHANGELOG.md index 14e2442..48c6f5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.8...HEAD) +## [Unreleased](https://github.com/pusher/NWWebSocket/compare/0.5.9...HEAD) + +## [0.5.9](https://github.com/pusher/NWWebSocket/compare/0.5.8...0.5.9) - 2025-12-05 + +### Fixed + +- Add tvos support back to the podspec [#61] ## [0.5.8](https://github.com/pusher/NWWebSocket/compare/0.5.7...0.5.8) - 2025-12-05 diff --git a/NWWebSocket.podspec b/NWWebSocket.podspec index 3210ffc..506f5c1 100644 --- a/NWWebSocket.podspec +++ b/NWWebSocket.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'NWWebSocket' - s.version = '0.5.8' + s.version = '0.5.9' s.summary = 'A WebSocket client written in Swift, using the Network framework from Apple' s.homepage = 'https://github.com/pusher/NWWebSocket' s.license = 'MIT' @@ -14,4 +14,5 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.osx.deployment_target = '10.15' + s.tvos.deployment_target = '13.0' end diff --git a/README.md b/README.md index 07b6e96..caa01ea 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '14.0' use_frameworks! -pod 'NWWebSocket', '~> 0.5.8' +pod 'NWWebSocket', '~> 0.5.9' ``` Then, run the following command: @@ -90,7 +90,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/pusher/NWWebSocket.git", - .upToNextMajor(from: "0.5.8")), + .upToNextMajor(from: "0.5.9")), ], targets: [ .target(