Skip to content

Commit

Permalink
Bump version to 9.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Jan 9, 2024
1 parent bee91b4 commit 98e7018
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ _None._

### New Features

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

### Bug Fixes

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion WordPressKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98e7018

Please sign in to comment.