Skip to content

Commit

Permalink
Bump version → 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taflanidi committed Apr 16, 2023
1 parent b729b82 commit e44e5f7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions 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:**
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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

<a name="license" />

Expand Down

0 comments on commit e44e5f7

Please sign in to comment.