diff --git a/CHANGELOG.md b/CHANGELOG.md index 777e0022..fe1ced22 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 @@ -49,6 +48,17 @@ _None._ - Improved parsing using Codable for Stats Insight entities. [#763] +## 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] + +### Bug Fixes + +- Fix crash when querying a WordPress plugin whose slug is not url-safe. [#767] + ## 15.0.0 ### Breaking Changes 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