diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0fdbbae..3dc08d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@ Change Log
## [master]
+## [0.8.0]
+
- Added Swift 4 support.
## [0.7.0]
@@ -49,6 +51,7 @@ Change Log
- Initial release
[master]: https://github.com/TakeScoop/SwiftyButton/tree/master
+[0.8.0]: https://github.com/TakeScoop/scoop-ios/releases/tag/0.8.0
[0.7.0]: https://github.com/TakeScoop/scoop-ios/releases/tag/0.7.0
[0.6.0]: https://github.com/TakeScoop/scoop-ios/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/TakeScoop/scoop-ios/compare/0.4.0...0.5.0
diff --git a/SwiftyButton.podspec b/SwiftyButton.podspec
index 6ae2600..f7781b3 100644
--- a/SwiftyButton.podspec
+++ b/SwiftyButton.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "SwiftyButton"
- s.version = "0.7.0"
+ s.version = "0.8.0"
s.summary = "Simple and customizable button in Swift"
s.description = <<-DESC
diff --git a/SwiftyButton/Info.plist b/SwiftyButton/Info.plist
index 3157e47..5d7827c 100644
--- a/SwiftyButton/Info.plist
+++ b/SwiftyButton/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.7.0
+ 0.8.0
CFBundleSignature
????
CFBundleVersion