Skip to content

Commit 98e7018

Browse files
committed
Bump version to 9.0.3
1 parent bee91b4 commit 98e7018

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ _None._
3838

3939
### New Features
4040

41-
- Add `deviceId` param to `DashboardServiceRemote.fetch` method. [#674]
41+
_None._
4242

4343
### Bug Fixes
4444

@@ -48,6 +48,16 @@ _None._
4848

4949
_None._
5050

51+
## 9.0.3
52+
53+
_Note: This version should have been 9.1.0, because it introduces a new feature._
54+
_However, WordPressAuthenticator currently depends on WordPressKit via `~> 9.0.0` which would result in this version being incompatible._
55+
_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._
56+
57+
### New Features
58+
59+
- Add `deviceId` param to `DashboardServiceRemote.fetch` method. [#674]
60+
5161
## 9.0.2
5262

5363
### Bug Fixes

WordPressKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pod::Spec.new do |s|
44
s.name = 'WordPressKit'
5-
s.version = '9.0.2'
5+
s.version = '9.0.3'
66

77
s.summary = 'WordPressKit offers a clean and simple WordPress.com and WordPress.org API.'
88
s.description = <<-DESC

0 commit comments

Comments
 (0)