diff --git a/CHANGELOG.md b/CHANGELOG.md
index fd7ee29e..769acb71 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
# Change Log
+## [2.0.0](https://github.com/jjochen/JJFloatingActionButton/tree/2.0.0) (2019-04-09)
+[Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/1.2.0...2.0.0)
+
+**Implemented enhancements:**
+
+- Swift 5 support [\#197](https://github.com/jjochen/JJFloatingActionButton/issues/197)
+
+**Merged pull requests:**
+
+- Migrate to Swift 5 [\#198](https://github.com/jjochen/JJFloatingActionButton/pull/198) [[updated](https://github.com/jjochen/JJFloatingActionButton/labels/updated)]
+
## [1.2.0](https://github.com/jjochen/JJFloatingActionButton/tree/1.2.0) (2019-02-08)
[Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/1.1.0...1.2.0)
diff --git a/Example/JJFloatingActionButton/Info.plist b/Example/JJFloatingActionButton/Info.plist
index c836bbd1..feff096b 100644
--- a/Example/JJFloatingActionButton/Info.plist
+++ b/Example/JJFloatingActionButton/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.2.0
+ 2.0.0
CFBundleVersion
1
LSRequiresIPhoneOS
diff --git a/Example/Podfile.lock b/Example/Podfile.lock
index f7dd8779..b4b28ca1 100644
--- a/Example/Podfile.lock
+++ b/Example/Podfile.lock
@@ -4,7 +4,7 @@ PODS:
- iOSSnapshotTestCase/Core (5.0.2)
- iOSSnapshotTestCase/SwiftSupport (5.0.2):
- iOSSnapshotTestCase/Core
- - JJFloatingActionButton (1.2.0)
+ - JJFloatingActionButton (2.0.0)
- Nimble (7.3.4)
- Nimble-Snapshots (6.9.1):
- Nimble-Snapshots/Core (= 6.9.1)
@@ -32,7 +32,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
iOSSnapshotTestCase: 2d51aa06775e95cecb0a1fb9c5c159ccd1dd4596
- JJFloatingActionButton: 8d3fc4b4c389c6984583cc371fd89deb819fa521
+ JJFloatingActionButton: 93e08243951c5cc7ce7f1724289fe74cbf26ff40
Nimble: 051e3d8912d40138fa5591c78594f95fb172af37
Nimble-Snapshots: bbd1ab264bacc24a9ce24a8363bc05aac783aeb0
Quick: ce1276c7c27ba2da3cb2fd0cde053c3648b3b22d
diff --git a/JJFloatingActionButton.podspec b/JJFloatingActionButton.podspec
index 90f92d29..dc151500 100644
--- a/JJFloatingActionButton.podspec
+++ b/JJFloatingActionButton.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'JJFloatingActionButton'
- spec.version = '1.2.0'
+ spec.version = '2.0.0'
spec.swift_version = '5.0'
spec.author = { 'Jochen Pfeiffer' => 'pod@jochen-pfeiffer.com' }
spec.license = { :type => 'MIT', :file => 'LICENSE' }
diff --git a/docs/Classes.html b/docs/Classes.html
index fb4787b8..2b5e59bd 100644
--- a/docs/Classes.html
+++ b/docs/Classes.html
@@ -435,8 +435,8 @@
Declaration