From 5e15b1d019295e50106b526d6c4e79e7c423c8b1 Mon Sep 17 00:00:00 2001 From: Dan Jackson Date: Wed, 21 Mar 2018 10:07:21 -0700 Subject: [PATCH] Update podspec and CHANGELOG for 6.0.1 --- BrightFutures.podspec | 2 +- CHANGELOG.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/BrightFutures.podspec b/BrightFutures.podspec index 668da88..64607c6 100644 --- a/BrightFutures.podspec +++ b/BrightFutures.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'BrightFutures' - s.version = '6.0.0' + s.version = '6.0.1' s.license = 'MIT' s.summary = 'Write great asynchronous code in Swift using futures and promises' s.homepage = 'https://github.com/Thomvis/BrightFutures' diff --git a/CHANGELOG.md b/CHANGELOG.md index 68226ae..214bc0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 6.0.1 +Adds support for Swift 4.1 and Xcode 9.3 (tested with beta 4). + +- Workaround for [SR-7059](https://bugs.swift.org/browse/SR-7059) + # 6.0.0 Adds support for Swift 4 and Xcode 9