From a524c5dba2199c53ae5400fde721347aa09a5b93 Mon Sep 17 00:00:00 2001 From: John Hammerlund Date: Wed, 20 Sep 2017 18:31:14 -0700 Subject: [PATCH] Release 0.5.0 (#48) Release 0.5.0 and update documentation with new requirements --- .swift-version | 2 +- CHANGELOG.md | 11 +++++++++++ Conduit.podspec | 2 +- README.md | 5 ++++- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.swift-version b/.swift-version index 8c50098d..5186d070 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -3.1 +4.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index d1fc7ab6..a99d1129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ ## Master +#### Breaking +- None + +#### Enhancements +- None + +#### Bug Fixes +- None + +## 0.5.0 + #### Breaking - Minimum language version is now Swift 4 - `OAuth2Token` protocol no longer inherits from `NSCoding`, removes `isValid` diff --git a/Conduit.podspec b/Conduit.podspec index 8348414a..17aef6b1 100644 --- a/Conduit.podspec +++ b/Conduit.podspec @@ -1,4 +1,4 @@ -$version = '0.4.1' +$version = '0.5.0' Pod::Spec.new do |spec| spec.name = 'Conduit' diff --git a/README.md b/README.md index c0bb65d8..8cab88a8 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,10 @@ Within each session, requests are sent through a serial [pipeline](https://en.wi ## Requirements - iOS 8.0+ / macOS 10.10+ / tvOS 9.0+ / watchOS 2.0+ - Xcode 8.1+ -- Swift 3 +| Conduit Version | Swift Version | +|------------------|---------------| +| 0.4.x | 3.x | +| 0.5.x+ | 4.0 | ## Installation