Browse Source

Update changelog / podspec

Ashley Mills 7 years ago
parent
commit
8bc71a4218
2 changed files with 12 additions and 1 deletions
  1. 11 0
      CHANGELOG.md
  2. 1 1
      ReachabilitySwift.podspec

+ 11 - 0
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
 

+ 1 - 1
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      = {