Skip to content

Commit

Permalink
Bump version to 9.0.0 (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazytonyli authored Dec 11, 2023
2 parents 0b17ca5 + 2f9f527 commit d970ab7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ _None._

### Breaking Changes

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

### New Features

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

### Bug Fixes

Expand All @@ -48,6 +48,16 @@ _None._

_None._

## 9.0.0

### Breaking Changes

- `WordPressComOAuthError` now conforms to `Swift.Error` [#650]

### New Features

- `WordPressOrgXMLRPCValidatorError` now conforms to `LocalizedError` [#649]

## 8.11.0

### New Features
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 = '8.11.0'
s.version = '9.0.0'

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

0 comments on commit d970ab7

Please sign in to comment.