diff --git a/CHANGELOG.md b/CHANGELOG.md index e257846..758aa8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.6.0] + + - Sunset internet banking + - Enable optional email field request by default + - Support card brand detection + ## [0.5.0] - Update payment method icons - Update icons for payment methods diff --git a/omise_flutter_module/pubspec.lock b/omise_flutter_module/pubspec.lock index 4652b05..28c56bf 100644 --- a/omise_flutter_module/pubspec.lock +++ b/omise_flutter_module/pubspec.lock @@ -169,17 +169,17 @@ packages: dependency: transitive description: name: omise_dart - sha256: "2bded68248b90218501ce100a4a62d66b00df8391b2894e80f61c11c3e44d812" + sha256: b0312ee836c5f221939a0562d4dcf39229e264a7b1a749c4e78fe036da9da779 url: "https://pub.dev" source: hosted - version: "0.7.0" + version: "0.9.0" omise_flutter: dependency: "direct main" description: path: ".." relative: true source: path - version: "0.5.0" + version: "0.6.0" path: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index c37474b..6cd8c42 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: omise_flutter description: "A Flutter SDK that serves as an API wrapper with UI components for the Omise API" -version: 0.5.0 +version: 0.6.0 repository: https://github.com/omise/omise_flutter environment: @@ -10,7 +10,7 @@ environment: dependencies: flutter: sdk: flutter - omise_dart: ^0.7.0 + omise_dart: ^0.9.0 fl_country_code_picker: ^0.1.9+1 webview_flutter: ^4.10.0 url_launcher: ^6.3.1