Skip to content

Commit

Permalink
Bump version to 17.1.1 (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdchr authored May 7, 2024
2 parents 3f783d5 + 22fab22 commit 425b473
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ _None._

_None._

## 17.1.1

### Bug Fixes

- Fix encoding of empty fields for `RemotePostUpdateParametersWordPressComEncoder` [#801]

## 17.1.0

### New Features
Expand All @@ -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
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 = '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
Expand Down

0 comments on commit 425b473

Please sign in to comment.