Skip to content

Commit

Permalink
Update changelog / podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleymills committed Aug 29, 2018
1 parent 61d492a commit 8bc71a4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ReachabilitySwift.podspec
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down

0 comments on commit 8bc71a4

Please sign in to comment.