We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8030596 commit 0251ddfCopy full SHA for 0251ddf
2 files changed
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Change Log
2
All notable changes to GenericPasswordRow will be documented in this file.
3
4
+### [2.1.1](https://github.com/EurekaCommunity/GenericPasswordRow/releases/tag/2.1.1)
5
+<!-- Released on 2017-06-22. -->
6
+
7
+* Added improvements for form navigation between rows.
8
9
### [2.1.0](https://github.com/EurekaCommunity/GenericPasswordRow/releases/tag/2.1.0)
10
<!-- Released on 2017-04-25. -->
11
GenericPasswordRow.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "GenericPasswordRow"
- spec.version = "2.1.0"
+ spec.version = "2.1.1"
spec.summary = "Eureka row to validate passwords"
spec.homepage = "https://github.com/EurekaCommunity/GenericPasswordRow"
spec.license = { type: 'MIT', file: 'LICENSE' }
0 commit comments