diff --git a/CHANGELOG.md b/CHANGELOG.md
index 21a08e3c..07cebf08 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
## Version 2.2.0
-Releasedate: TBD
+Releasedate: 2019-09-24
```ruby
pod 'DeviceKit', :git => 'https://github.com/devicekit/DeviceKit.git', :branch => 'master'
diff --git a/DeviceKit.podspec b/DeviceKit.podspec
index 714d58d5..54a20006 100644
--- a/DeviceKit.podspec
+++ b/DeviceKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DeviceKit'
- s.version = '2.1.0'
+ s.version = '2.2.0'
s.summary = 'DeviceKit is a ยต-framework that provides a value-type replacement of UIDevice.'
s.description = <<-DESC
diff --git a/README.md b/README.md
index 39cb8d4e..77f0938d 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@
`DeviceKit` is a value-type replacement of [`UIDevice`](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDevice_Class/).
-## Current version 2.1.0
+## Current version 2.2.0
See our detailed [changelog](CHANGELOG.md) for the latest features, improvements and bug fixes.
## Features
diff --git a/Source/Info.plist b/Source/Info.plist
index dca568ec..a60ea4a4 100644
--- a/Source/Info.plist
+++ b/Source/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 2.1.0
+ 2.2.0
CFBundleSignature
????
CFBundleVersion