diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eaf5d9..1e8463a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # 𝌡Changelog +## 7.2.0 + +**🔄 Modified:** +* `MaskedTextInputListener.replaceCharacters()`: apply a patch to counter iOS Undo Manager, see https://github.com/RedMadRobot/input-mask-ios/issues/84 + ## 7.1.1 **🔄 Modified:** diff --git a/InputMask.podspec b/InputMask.podspec index 4660e7d..94f8026 100644 --- a/InputMask.podspec +++ b/InputMask.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "InputMask" - spec.version = "7.1.1" + spec.version = "7.2.0" spec.summary = "InputMask" spec.description = "User input masking library." spec.homepage = "https://github.com/RedMadRobot/input-mask-ios" diff --git a/README.md b/README.md index 681d6ad..a8018c0 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ These folks rock: * Ivan [vani](https://github.com/vani2) Vavilov * Diego [diegotl](https://github.com/diegotl) Trevisan * Martin [martintreurnicht](https://github.com/martintreurnicht) Treurnicht +* Alexander [CFIFok](https://github.com/CFIFok) Kurilovich