Skip to content

Commit 425b473

Browse files
authored
Bump version to 17.1.1 (#803)
2 parents 3f783d5 + 22fab22 commit 425b473

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ _None._
4848

4949
_None._
5050

51+
## 17.1.1
52+
53+
### Bug Fixes
54+
55+
- Fix encoding of empty fields for `RemotePostUpdateParametersWordPressComEncoder` [#801]
56+
5157
## 17.1.0
5258

5359
### New Features
@@ -67,7 +73,6 @@ _None._
6773
- 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]
6874
- Update `StatsFollower` to be `Equatable` [#797]
6975

70-
7176
## 17.0.0
7277

7378
### Breaking Changes

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