diff --git a/CHANGELOG.md b/CHANGELOG.md index 272ada8e..05f6cd77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,12 @@ _None._ _None._ +## 17.1.1 + +### Bug Fixes + +- Fix encoding of empty fields for `RemotePostUpdateParametersWordPressComEncoder` [#801] + ## 17.1.0 ### New Features @@ -67,7 +73,6 @@ _None._ - Update new APIs to create and update posts introduced `PostServiceRemoteExtended` to use `wp.newPost` and `wp.editPost` instead of the older versions of these APIs [#792] - Update `StatsFollower` to be `Equatable` [#797] - ## 17.0.0 ### Breaking Changes diff --git a/WordPressKit.podspec b/WordPressKit.podspec index d0fd70da..99a34f1a 100644 --- a/WordPressKit.podspec +++ b/WordPressKit.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = 'WordPressKit' - s.version = '17.1.0' + s.version = '17.1.1' s.summary = 'WordPressKit offers a clean and simple WordPress.com and WordPress.org API.' s.description = <<-DESC