Skip to content

Commit

Permalink
Added release notes to the CHANGELOG and bumped the version to 3.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnoon committed Aug 30, 2017
1 parent ec75023 commit 2baf2aa
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
19 changes: 18 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.1](#301)
- `3.0.x` Releases - [3.0.0](#300) | [3.0.1](#301) | [3.0.2](#302)

#### 2.x Releases

Expand All @@ -19,8 +19,25 @@ All notable changes to this project will be documented in this file.

---

## [3.0.2](https://github.com/Nike-Inc/Willow/releases/tag/3.0.2)

Released on 2017-08-30. All issues associated with this milestone can be found using this
[filter](https://github.com/Nike-Inc/Willow/milestone/7?closed=1).

#### Updated

- Xcode project to be compatible with Xcode 9 and Swift 3.2.
- Updated by [Christian Noon](https://github.com/cnoon) in Pull Request
[#30](https://github.com/Nike-Inc/Willow/pull/30).
- The `.swift-version` file to `3.2` to support CocoaPods deployment.
- Updated by [Christian Noon](https://github.com/cnoon) in Pull Request
[#30](https://github.com/Nike-Inc/Willow/pull/30).

## [3.0.1](https://github.com/Nike-Inc/Willow/releases/tag/3.0.1)

Released on 2017-08-17. All issues associated with this milestone can be found using this
[filter](https://github.com/Nike-Inc/Willow/milestone/6?closed=1).

#### Updated

- Network example framework to WebServices to avoid a name collision with an iOS 11 private framework with the same name.
Expand Down
2 changes: 1 addition & 1 deletion Source/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.1</string>
<string>3.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Source/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.1</string>
<string>3.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Willow.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Willow'
s.version = '3.0.1'
s.version = '3.0.2'
s.license = 'MIT'
s.summary = 'A powerful, yet lightweight logging library written in Swift.'
s.homepage = 'https://github.com/Nike-Inc/Willow'
Expand Down

0 comments on commit 2baf2aa

Please sign in to comment.