Skip to content

Commit e44e5f7

Browse files
committed
Bump version → 7.2.0
1 parent b729b82 commit e44e5f7

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# 𝌡Changelog
22

3+
## 7.2.0
4+
5+
**🔄 Modified:**
6+
* `MaskedTextInputListener.replaceCharacters()`: apply a patch to counter iOS Undo Manager, see https://github.com/RedMadRobot/input-mask-ios/issues/84
7+
38
## 7.1.1
49

510
**🔄 Modified:**

InputMask.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "InputMask"
3-
spec.version = "7.1.1"
3+
spec.version = "7.2.0"
44
spec.summary = "InputMask"
55
spec.description = "User input masking library."
66
spec.homepage = "https://github.com/RedMadRobot/input-mask-ios"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ These folks rock:
148148
* Ivan [vani](https://github.com/vani2) Vavilov
149149
* Diego [diegotl](https://github.com/diegotl) Trevisan
150150
* Martin [martintreurnicht](https://github.com/martintreurnicht) Treurnicht
151+
* Alexander [CFIFok](https://github.com/CFIFok) Kurilovich
151152

152153
<a name="license" />
153154

0 commit comments

Comments
 (0)