diff --git a/CHANGELOG.md b/CHANGELOG.md index 209b51a4..ed7d9ad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,7 @@ _None._ ### New Features -- Add `deviceId` param to `DashboardServiceRemote.fetch` method. [#674] +_None._ ### Bug Fixes @@ -48,6 +48,16 @@ _None._ _None._ +## 9.0.3 + +_Note: This version should have been 9.1.0, because it introduces a new feature._ +_However, WordPressAuthenticator currently depends on WordPressKit via `~> 9.0.0` which would result in this version being incompatible._ +_In the interest of minimizing changes in the WordPress [24.0](https://github.com/wordpress-mobile/WordPress-iOS/milestone/265) release, we shipped this as 9.0.3 and decided to follow up in WordPressAuthenticator separately._ + +### New Features + +- Add `deviceId` param to `DashboardServiceRemote.fetch` method. [#674] + ## 9.0.2 ### Bug Fixes diff --git a/WordPressKit.podspec b/WordPressKit.podspec index 3455ad9d..25b7f08c 100644 --- a/WordPressKit.podspec +++ b/WordPressKit.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = 'WordPressKit' - s.version = '9.0.2' + s.version = '9.0.3' s.summary = 'WordPressKit offers a clean and simple WordPress.com and WordPress.org API.' s.description = <<-DESC