diff --git a/CHANGELOG.md b/CHANGELOG.md index ca0df5b..85b7521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. #### 3.x Releases +- `3.3.x` Releases - [3.3.0](#330) - `3.2.x` Releases - [3.2.0](#320) | | [3.2.1](#321) - `3.1.x` Releases - [3.1.0](#310) - `3.0.x` Releases - [3.0.0](#300) | [3.0.1](#301) @@ -33,6 +34,19 @@ All notable changes to this project will be documented in this file. --- +## [3.3.0](https://github.com/Nike-Inc/SQift/releases/tag/3.3.0) + +Released on 2018-11-30. All issues associated with this milestone can be found using this +[filter](https://github.com/Nike-Inc/SQift/milestone/5?closed=1). + +#### Deprecated + +- The `trace` API to prepare for 4.0 migration since the internal `sqlite3_trace` API is deprecated when bumping deployment targets. + - Deprecated by [Christian Noon](https://github.com/cnoon) in Pull Request + [#15](https://github.com/Nike-Inc/SQift/pull/15). + +--- + ## [3.2.1](https://github.com/Nike-Inc/SQift/releases/tag/3.2.1) Released on 2018-09-17. All issues associated with this milestone can be found using this diff --git a/SQift.podspec b/SQift.podspec index 6d58531..124fccf 100644 --- a/SQift.podspec +++ b/SQift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SQift" - s.version = "3.2.1" + s.version = "3.3.0" 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 e626112..eb22fc9 100644 --- a/Source/Supporting Files/Info-tvOS.plist +++ b/Source/Supporting Files/Info-tvOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.2.1 + 3.3.0 CFBundleSignature ???? CFBundleVersion diff --git a/Source/Supporting Files/Info.plist b/Source/Supporting Files/Info.plist index 7add7c8..f7c2d1b 100644 --- a/Source/Supporting Files/Info.plist +++ b/Source/Supporting Files/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.2.1 + 3.3.0 CFBundleSignature ???? CFBundleVersion