Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 56478c9

Browse files
committed
Bump version to 10.0.0
1 parent bdd59f3 commit 56478c9

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,31 @@ _None._
3434

3535
### Breaking Changes
3636

37-
- Add a new `unacceptableStatusCode` error case to `WordPressAPIError`. [#668]
38-
- The `deviceId` parameter in `DashboardServiceRemote` is now non-optional. [#678]
37+
_None._
3938

4039
### New Features
4140

4241
_None._
4342

4443
### Bug Fixes
4544

46-
- Fix a bug in parsing XMLRPC link from a RSD Link. [#671]
45+
_None._
4746

4847
### Internal Changes
4948

5049
_None._
5150

51+
## 10.0.0
52+
53+
### Breaking Changes
54+
55+
- Add a new `unacceptableStatusCode` error case to `WordPressAPIError`. [#668]
56+
- The `deviceId` parameter in `DashboardServiceRemote` is now non-optional. [#678]
57+
58+
### Bug Fixes
59+
60+
- Fix a bug in parsing XMLRPC link from a RSD Link. [#671]
61+
5262
## 9.0.3
5363

5464
_Note: This version should have been 9.1.0, because it introduces a new feature._

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.3'
5+
s.version = '10.0.0'
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)