diff --git a/BrightFutures.podspec b/BrightFutures.podspec index 08e7aa3..6f6747e 100644 --- a/BrightFutures.podspec +++ b/BrightFutures.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'BrightFutures' - s.version = '7.0.0' + s.version = '7.0.1' s.license = 'MIT' s.summary = 'Write great asynchronous code in Swift using futures and promises' s.homepage = 'https://github.com/Thomvis/BrightFutures' @@ -19,5 +19,5 @@ Pod::Spec.new do |s| s.requires_arc = true - s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' } + s.swift_version = '4.2' end diff --git a/CHANGELOG.md b/CHANGELOG.md index 2799d16..c6fa24f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 7.0.1 +- Updates Result dependency to 4.1 compatible versions. ([https://github.com/Thomvis/BrightFutures/pull/203](#203), thanks [https://github.com/Jeroenbb94](Jeroenbb94)!) +- Fixes an issue related to the threadDictionary on Linux ([https://github.com/Thomvis/BrightFutures/pull/204](#204), thanks [https://github.com/jgh-](jgh-)!) + # 7.0.0 Adds support for Swift 4.2 and Xcode 10.