From 8bc71a42185013d464facc15bedb8e1adc2060ed Mon Sep 17 00:00:00 2001 From: Ashley Mills Date: Wed, 29 Aug 2018 11:43:00 +0100 Subject: [PATCH] Update changelog / podspec --- CHANGELOG.md | 11 +++++++++++ ReachabilitySwift.podspec | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7070a04b..12e394c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [4.2.0] - 2018-08-29 +### Changed +- Use a single target for all platforms +- Add **ReachabilityTests** target +- Remove logging +- `Notification.Name.reachabilityChanged` is public +- Added optional `queueQoS` and `targetQueue` to `init(reachabilityRef: SCNetworkReachability, queueQoS: DispatchQoS = .default, targetQueue: DispatchQueue? = nil)` +- Added optional `queueQoS` and `targetQueue` to `init?(hostname: String, queueQoS: DispatchQoS = .default, targetQueue: DispatchQueue? = nil)` +- Added optional `queueQoS` and `targetQueue` to `init?(queueQoS: DispatchQoS = .default, targetQueue: DispatchQueue? = nil)` + + ## [4.1.0] - 2017-10-10 ### Changed diff --git a/ReachabilitySwift.podspec b/ReachabilitySwift.podspec index 5d607bc8..4a741719 100644 --- a/ReachabilitySwift.podspec +++ b/ReachabilitySwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ReachabilitySwift' - s.version = '4.1.0' + s.version = '4.2.0' s.module_name = 'Reachability' s.homepage = 'https://github.com/ashleymills/Reachability.swift' s.authors = {