diff --git a/CHANGELOG.md b/CHANGELOG.md
index 07cebf08..551db3bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## Version 2.3.0
+
+Releasedate: 2019-10-02
+
+```ruby
+pod 'DeviceKit', :git => 'https://github.com/devicekit/DeviceKit.git', :branch => 'master'
+```
+
+### New devices
+- Added support for the new september 2019 devices:
+ - iPad (7th generation)
+
## Version 2.2.0
Releasedate: 2019-09-24
@@ -14,8 +26,6 @@ pod 'DeviceKit', :git => 'https://github.com/devicekit/DeviceKit.git', :branch =
- iPhone 11 Pro
- iPhone 11 Pro Max
- Apple Watch Series 5
-
-Support for iPad (7th generation) will be added later.
### New features
- `Device.current.cameras` now has the `.ultraWide` camera type added for devices with that camera.
diff --git a/DeviceKit.podspec b/DeviceKit.podspec
index 54a20006..befe3eb3 100644
--- a/DeviceKit.podspec
+++ b/DeviceKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DeviceKit'
- s.version = '2.2.0'
+ s.version = '2.3.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 77f0938d..5c98621d 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.2.0
+## Current version 2.3.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 a60ea4a4..344518fa 100644
--- a/Source/Info.plist
+++ b/Source/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 2.2.0
+ 2.3.0
CFBundleSignature
????
CFBundleVersion