diff --git a/CHANGELOG.md b/CHANGELOG.md index a0b81bcb..9d01b681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,8 +38,7 @@ _None._ ### New Features -- Add support for logging in into WPCOM suspended sites. [#858] -- Update `WordPressComAccountService/requestAuthenticationLink` with a new argument `createAccountIfNotFound` to allow creating new accounts. [#861] +_None._ ### Bug Fixes @@ -49,6 +48,13 @@ _None._ _None._ +## 9.10.1 + +### New Features + +- Add support for logging in into WPCOM suspended sites. [#858] +- Update `WordPressComAccountService/requestAuthenticationLink` with a new argument `createAccountIfNotFound` to allow creating new accounts. [#861] + ## 9.10.0 ### Internal Changes diff --git a/Podfile.lock b/Podfile.lock index 0ba3a064..59d50419 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -8,7 +8,7 @@ PODS: - SVProgressHUD (2.2.5) - SwiftLint (0.54.0) - UIDeviceIdentifier (2.3.0) - - WordPressAuthenticator (9.10.0): + - WordPressAuthenticator (9.10.1): - Gridicons (~> 1.0) - "NSURL+IDN (= 0.4)" - SVProgressHUD (~> 2.2.5) @@ -67,7 +67,7 @@ SPEC CHECKSUMS: SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6 SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211 UIDeviceIdentifier: 442b65b4ff1832d4ca9c2a157815cb29ad981b17 - WordPressAuthenticator: 0f4f47d6f71cfa763cb636876d69170a3c710002 + WordPressAuthenticator: d54323ca733b41b10a7fd64f5d1ca2d9efc47720 WordPressKit: faf8c6de7c2acfe71cf95b4db896901060967089 WordPressShared: 87f3ee89b0a3e83106106f13a8b71605fb8eb6d2 WordPressUI: a491454affda3b0fb812812e637dc5e8f8f6bd06 diff --git a/WordPressAuthenticator.podspec b/WordPressAuthenticator.podspec index d29d04ce..0d2e8d99 100644 --- a/WordPressAuthenticator.podspec +++ b/WordPressAuthenticator.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = 'WordPressAuthenticator' - s.version = '9.10.0' + s.version = '9.10.1' s.summary = 'WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps.' s.description = <<-DESC