Skip to content

Commit

Permalink
Added release notes to the CHANGELOG and bumped the version to 3.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnoon committed Jan 3, 2018
1 parent 21dd13b commit b0cc1d1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SQift.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion Source/Supporting Files/Info-tvOS.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.0.0</string>
<string>3.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Source/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.0.0</string>
<string>3.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit b0cc1d1

Please sign in to comment.