From bdc85b1eecf96a57b189e309caf19396b3e52e5b Mon Sep 17 00:00:00 2001 From: Ashley Mills Date: Thu, 30 Aug 2018 14:27:26 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 918c169a..59c71bf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [4.2.1] - 2018-08-30 +### Fixed +- Set reachabilty flags if `connection` called before `startNotifier` (https://github.com/ashleymills/Reachability.swift/issues/307) + ## [4.2.0] - 2018-08-29 ### Changed - Use a single target for all platforms