diff --git a/CHANGELOG.md b/CHANGELOG.md index cdf1211..c88a919 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 @@ -20,6 +20,28 @@ All notable changes to this project will be documented in this file. --- +## [3.0.1](https://github.com/Nike-Inc/Elevate/releases/tag/3.0.1) + +Released on 2018-04-10. All issues associated with this milestone can be found using this +[filter](https://github.com/Nike-Inc/Elevate/milestone/8?closed=1). + +#### Updated + +- All the project copyright headers to use present language instead of end year. + - Updated by [Christian Noon](https://github.com/cnoon). +- The Xcode project, settings, and Travis-CI file to build and run against Xcode 9.3. + - Updated by [Christian Noon](https://github.com/cnoon) in Pull Request + [#33](https://github.com/Nike-Inc/Elevate/pull/33). +- The podspec to directly specify `swift_version` and removed legacy `.swift-version` file. + - Updated by [Christian Noon](https://github.com/cnoon) in Pull Request + [#33](https://github.com/Nike-Inc/Elevate/pull/33). + +#### Fixed + +- An issue in Xcode 9.3 where `NSNumber` bridging for `Float` and `Double` is no longer implicit. + - Fixed by [Christian Noon](https://github.com/cnoon) in Pull Request + [#33](https://github.com/Nike-Inc/Elevate/pull/33). + ## [3.0.0](https://github.com/Nike-Inc/Elevate/releases/tag/3.0.0) Released on 2017-08-29. All issues associated with this milestone can be found using this diff --git a/Elevate.podspec b/Elevate.podspec index 8a07cd4..9449537 100644 --- a/Elevate.podspec +++ b/Elevate.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Elevate' - s.version = '3.0.0' + s.version = '3.0.1' s.summary = 'Elevate is a JSON parsing framework that leverages Swift to make parsing simple, reliable and composable.' s.homepage = 'https://github.com/Nike-Inc/Elevate' s.license = 'MIT' diff --git a/Source/Info-tvOS.plist b/Source/Info-tvOS.plist index b5caf01..93c67ef 100644 --- a/Source/Info-tvOS.plist +++ b/Source/Info-tvOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.0 + 3.0.1 CFBundleSignature ???? CFBundleVersion diff --git a/Source/Info.plist b/Source/Info.plist index e0f4bf7..dc2b99a 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.0 + 3.0.1 CFBundleSignature ???? CFBundleVersion