diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cfb744..2c92185 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## [2.1.3](https://github.com/szweier/SZMentionsSwift/releases/tag/2.1.3) (2/14/2020) + +#### Fixed +* Deleting multiple mentions - [Issue #126](https://github.com/szweier/SZMentionsSwift/issues/126) + ## [2.1.2](https://github.com/szweier/SZMentionsSwift/releases/tag/2.1.2) (10/25/2019) #### Added diff --git a/SZMentionsExample/Cocoapods/Podfile.lock b/SZMentionsExample/Cocoapods/Podfile.lock index 55313e3..11c307e 100644 --- a/SZMentionsExample/Cocoapods/Podfile.lock +++ b/SZMentionsExample/Cocoapods/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - SZMentionsSwift (2.1.2) + - SZMentionsSwift (2.1.3) DEPENDENCIES: - SZMentionsSwift (from `../..`) @@ -9,7 +9,7 @@ EXTERNAL SOURCES: :path: "../.." SPEC CHECKSUMS: - SZMentionsSwift: 2adfa76526634e519418a71e0bb364b1cbf62a6f + SZMentionsSwift: 1d9d4bf8bfc234c8d8bd79f480947663a096200c PODFILE CHECKSUM: b74875cf81517cb6832e0ce87d2f00a682d4664d diff --git a/SZMentionsSwift.podspec b/SZMentionsSwift.podspec index a5c3443..c5af5ed 100644 --- a/SZMentionsSwift.podspec +++ b/SZMentionsSwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SZMentionsSwift" - s.version = "2.1.2" + s.version = "2.1.3" s.summary = "Highly customizable mentions library" s.description = "Mentions library used to help manage mentions in a UITextView" s.homepage = "http://www.stevenzweier.com"