Skip to content

Commit

Permalink
Added release notes to the CHANGELOG and bumped the version to 5.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnoon committed Apr 10, 2018
1 parent 9f3ff59 commit bee75d0
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.

#### 5.x Releases

- `5.0.x` Releases - [5.0.0](#500)|[5.0.1](#501)
- `5.0.x` Releases - [5.0.0](#500) | [5.0.1](#501) | [5.0.2](#502)

#### 4.x Releases

Expand All @@ -27,6 +27,26 @@ All notable changes to this project will be documented in this file.

---

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

Released on 2018-04-10. All issues associated with this milestone can be found using this
[filter](https://github.com/Nike-Inc/Willow/milestone/11?closed=1).

#### Updated

- The Xcode project to support Xcode 9.3.
- Updated by [Colby Williams](https://github.com/colbylwilliams) in Pull Request
[#38](https://github.com/Nike-Inc/Willow/pull/38).
- The Travis-CI YAML file to support Xcode 9.3.
- Updated by [Christian Noon](https://github.com/cnoon) in Pull Request
[#39](https://github.com/Nike-Inc/Willow/pull/39).

#### Fixed

- Compiler warnings in the test suite on Xcode 9.3 for the `characters` property on `String`.
- Fixed by [Christian Noon](https://github.com/cnoon) in Pull Request
[#39](https://github.com/Nike-Inc/Willow/pull/39).

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

Released on 2018-01-02. All issues associated with this milestone can be found using this
Expand Down
2 changes: 1 addition & 1 deletion Source/Info-tvOS.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>5.0.1</string>
<string>5.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>5.0.1</string>
<string>5.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Willow.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Willow'
s.version = '5.0.1'
s.version = '5.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 bee75d0

Please sign in to comment.