From b0cc1d1f151514cad3f5dba567a9330032d597da Mon Sep 17 00:00:00 2001 From: Christian Noon Date: Fri, 15 Dec 2017 16:11:59 -0800 Subject: [PATCH] Added release notes to the CHANGELOG and bumped the version to 3.0.1. --- CHANGELOG.md | 13 ++++++++++++- SQift.podspec | 2 +- Source/Supporting Files/Info-tvOS.plist | 2 +- Source/Supporting Files/Info.plist | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a76882..c2acf20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. #### 3.x Releases -- `3.0.x` Releases - [3.0.0](#300) +- `3.0.x` Releases - [3.0.0](#300) | [3.0.1](#301) #### 2.x Releases @@ -31,6 +31,17 @@ All notable changes to this project will be documented in this file. --- +## [3.0.1](https://github.com/Nike-Inc/SQift/releases/tag/3.0.1) + +Released on 2018-01-02. All issues associated with this milestone can be found using this +[filter](https://github.com/Nike-Inc/SQift/milestone/4?closed=1). + +#### Updated + +- The Xcode project and Travis CI to support Xcode 9.2. + - Updated by [Christian Noon](https://github.com/cnoon) in Pull Request + [#5](https://github.com/Nike-Inc/SQift/pull/5). + ## [3.0.0](https://github.com/Nike-Inc/SQift/releases/tag/3.0.0) Released on 2017-10-25. All issues associated with this milestone can be found using this diff --git a/SQift.podspec b/SQift.podspec index 40d3031..9b104fa 100644 --- a/SQift.podspec +++ b/SQift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SQift' - s.version = '3.0.0' + s.version = '3.0.1' s.license = 'MIT' s.summary = 'A lightweight Swift wrapper for SQLite.' s.homepage = 'https://github.com/Nike-Inc/SQift' diff --git a/Source/Supporting Files/Info-tvOS.plist b/Source/Supporting Files/Info-tvOS.plist index b5caf01..93c67ef 100644 --- a/Source/Supporting Files/Info-tvOS.plist +++ b/Source/Supporting Files/Info-tvOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.0 + 3.0.1 CFBundleSignature ???? CFBundleVersion diff --git a/Source/Supporting Files/Info.plist b/Source/Supporting Files/Info.plist index e0f4bf7..dc2b99a 100644 --- a/Source/Supporting Files/Info.plist +++ b/Source/Supporting Files/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.0 + 3.0.1 CFBundleSignature ???? CFBundleVersion