diff --git a/CHANGELOG.md b/CHANGELOG.md index 77a57c3..85f3290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.2.1 +* Fixed a FormatException when parsing dates on iOS devices set to 12-hour time (the date formatter now uses the `en_US_POSIX` locale) + ## 2.2.0 * Synced with Native SDKs version 2.2.0 (iOS `Pokepay` 2.2.0, Android `pokepaylib` 2.2.0) * Regenerated the auto-generated Bank API from `bank.yaml` diff --git a/ios/pokepay_sdk.podspec b/ios/pokepay_sdk.podspec index 6ab24b2..76d0e14 100644 --- a/ios/pokepay_sdk.podspec +++ b/ios/pokepay_sdk.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'pokepay_sdk' - s.version = '2.2.0' + s.version = '2.2.1' s.summary = 'Pokepay flutter SDK' s.description = <<-DESC Pokepay flutter SDK diff --git a/pubspec.yaml b/pubspec.yaml index ac9da85..a9addb9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: pokepay_sdk description: SDK for pokepay -version: 2.2.0 +version: 2.2.1 homepage: https://pay.pocket-change.jp/ environment: