From 5c6a8256c577d0fe35a60b9e292297439b36368f Mon Sep 17 00:00:00 2001 From: zwewaiyanhtet Date: Tue, 25 Aug 2026 15:19:42 +0900 Subject: [PATCH] Version bump and change log --- CHANGELOG.md | 6 ++++++ ios/pokepay_sdk.podspec | 2 +- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9998f8..77a57c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 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` +* Added auto-generated Terminal, Transaction (get/refund), Check, Account, and User endpoints +* Renamed generated transaction methods to `createTransactionWithCashtray`/`WithBill`/`WithCheck` + ## 2.1.1 * Fixed parsing wrong JSON keys for PrivateMoney and BankPayRedirectUrl diff --git a/ios/pokepay_sdk.podspec b/ios/pokepay_sdk.podspec index 401a84c..6ab24b2 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.1.1' + s.version = '2.2.0' s.summary = 'Pokepay flutter SDK' s.description = <<-DESC Pokepay flutter SDK diff --git a/pubspec.yaml b/pubspec.yaml index ea6c21b..ac9da85 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: pokepay_sdk description: SDK for pokepay -version: 2.1.1 +version: 2.2.0 homepage: https://pay.pocket-change.jp/ environment: