From 5f417a14fc0bcab5f068de0d1b860b78f1f47ac4 Mon Sep 17 00:00:00 2001 From: Tony Li Date: Thu, 18 Jan 2024 15:04:40 +1300 Subject: [PATCH] Bump version to 11.0.0 --- CHANGELOG.md | 16 +++++++++++++--- WordPressKit.podspec | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b195127e8..3abe34aff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,9 +34,7 @@ _None._ ### Breaking Changes -- `WordPressComRestApi` initialisers now accept a `baseURL: URL` parameter instead of `baseUrlString: String`. [#691] -- Removed the async functions in `WordPressComRestApi`. [#692] -- URL parameters in `WordPressComOAuthClient` initialisers are now declared as `URL` type, instead of `String`. [#698] +_None._ ### New Features @@ -48,6 +46,18 @@ _None._ ### Internal Changes +_None._ + +## 11.0.0 + +### Breaking Changes + +- `WordPressComRestApi` initialisers now accept a `baseURL: URL` parameter instead of `baseUrlString: String`. [#691] +- Removed the async functions in `WordPressComRestApi`. [#692] +- URL parameters in `WordPressComOAuthClient` initialisers are now declared as `URL` type, instead of `String`. [#698] + +### Internal Changes + - Refactor WP.com authentication API requests. [#660, #661, #681] ## 10.0.0 diff --git a/WordPressKit.podspec b/WordPressKit.podspec index 807fd7f98..8a87a3a09 100644 --- a/WordPressKit.podspec +++ b/WordPressKit.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = 'WordPressKit' - s.version = '10.0.0' + s.version = '11.0.0' s.summary = 'WordPressKit offers a clean and simple WordPress.com and WordPress.org API.' s.description = <<-DESC