From e5ef0e995c7ac6a6fb8881bbbb736056086c3bad Mon Sep 17 00:00:00 2001 From: Marcos Varani Date: Thu, 3 Feb 2022 16:07:18 -0300 Subject: [PATCH] Bump podspec and changelog for Release 0.9.22 --- CHANGELOG.md | 6 +++--- MLCardForm.podspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e1688d..c505fe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ -# v0.9.21 -🚀 Release 0.9.21 🚀 +# v0.9.22 +🚀 Release 0.9.22 🚀 - Added new backend flag that allows us to enable/disable Name and ID fields autocompletion. - Added new tracking data. - Fixed issue in ID number's mask when typing a Card number, and then typing a different one. - Fixed issue in card fields to avoid being able to select the next field when current one is invalid. - Fixed bug when completing cardName field with whitespaces at the end. - + # v0.9.19 🚀 Release 0.9.19 🚀 - Refactor MLCardFormCustomMask to fix issues when getting the value unmasked diff --git a/MLCardForm.podspec b/MLCardForm.podspec index b99f3c2..7337d36 100644 --- a/MLCardForm.podspec +++ b/MLCardForm.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MLCardForm" - s.version = "0.9.21" + s.version = "0.9.22" s.summary = "MLCardForm for iOS" s.homepage = "https://www.mercadolibre.com" s.license = { :type => "MIT", :file => "LICENSE" }