Skip to content

Commit

Permalink
Bump version to 13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Feb 4, 2024
1 parent 6f3b425 commit 7a0217a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
30 changes: 29 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,39 @@ _None._

### Breaking Changes

_None._

### New Features

_None._

### Bug Fixes

_None._

### Internal Changes

_None._

## 13.0.0

### Breaking Changes

- Remove `userIP` from `AtomicWebServerLogEntry`. [#711]

### Internal Changes

- Various internal changes in preparation to remove Alamofire.

## 12.0.0

### Breaking Changes

- `WordPressComRestApiError` is renamed to `WordPressRestApiErrorCode`, and no longer conforms to `Swift.Error`. [#696]

### New Features

- Add `AtomicSiteServiceRemote`
- Add `AtomicSiteServiceRemote` [#704]

### Bug Fixes

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 = '12.0.0'
s.version = '13.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 7a0217a

Please sign in to comment.