diff --git a/CHANGELOG.md b/CHANGELOG.md index 777e0022..803b047d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,8 +34,7 @@ _None._ ### Breaking Changes -- Changes the structure of `StatsAnnualAndMostPopularTimeInsight` to more accurately reflect JSON response. [#763] -- Reworked the `NSDate` RFC3339 / WordPress.com JSON conversions API [#759] +_None._ ### New Features @@ -47,6 +46,17 @@ _None._ ### Internal Changes +_None._ + +## 16.0.0 + +### Breaking Changes + +- Changes the structure of `StatsAnnualAndMostPopularTimeInsight` to more accurately reflect JSON response. [#763] +- Reworked the `NSDate` RFC3339 / WordPress.com JSON conversions API [#759] + +### Internal Changes + - Improved parsing using Codable for Stats Insight entities. [#763] ## 15.0.0 diff --git a/WordPressKit.podspec b/WordPressKit.podspec index 39dd5b96..1f269e1c 100644 --- a/WordPressKit.podspec +++ b/WordPressKit.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = 'WordPressKit' - s.version = '15.0.0' + s.version = '16.0.0' s.summary = 'WordPressKit offers a clean and simple WordPress.com and WordPress.org API.' s.description = <<-DESC