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

Commit 2f9f527

Browse files
committed
Bump version to 9.0.0
1 parent 0b17ca5 commit 2f9f527

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ _None._
3434

3535
### Breaking Changes
3636

37-
- `WordPressComOAuthError` now conforms to `Swift.Error` [#650]
37+
_None._
3838

3939
### New Features
4040

41-
- `WordPressOrgXMLRPCValidatorError` now conforms to `LocalizedError` [#649]
41+
_None._
4242

4343
### Bug Fixes
4444

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

4949
_None._
5050

51+
## 9.0.0
52+
53+
### Breaking Changes
54+
55+
- `WordPressComOAuthError` now conforms to `Swift.Error` [#650]
56+
57+
### New Features
58+
59+
- `WordPressOrgXMLRPCValidatorError` now conforms to `LocalizedError` [#649]
60+
5161
## 8.11.0
5262

5363
### New Features

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