diff --git a/CHANGELOG.md b/CHANGELOG.md
index 113b416..1b7e5fc 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.1](#301)
+- `3.0.x` Releases - [3.0.0](#300) | [3.0.1](#301) | [3.0.2](#302)
#### 2.x Releases
@@ -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.
diff --git a/Source/Info-tvOS.plist b/Source/Info-tvOS.plist
index 93c67ef..e93b3b4 100644
--- a/Source/Info-tvOS.plist
+++ b/Source/Info-tvOS.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 3.0.1
+ 3.0.2
CFBundleSignature
????
CFBundleVersion
diff --git a/Source/Info.plist b/Source/Info.plist
index dc2b99a..49ca846 100644
--- a/Source/Info.plist
+++ b/Source/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 3.0.1
+ 3.0.2
CFBundleSignature
????
CFBundleVersion
diff --git a/Willow.podspec b/Willow.podspec
index 093f8c0..e7ce194 100644
--- a/Willow.podspec
+++ b/Willow.podspec
@@ -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'