We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b814c5 commit a329de8Copy full SHA for a329de8
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+# 1.2
2
+
3
+- Feature: Resettable ReCaptchas. (#23)
4
+- Feature: Forcing visible challenge on DEBUG. (#19)
5
6
+- Fix: Better encapsulation architecture.
7
+- Fix: Retiring Result dependency. (#24)
8
+- Fix: `validate` completion closure being called consecutively. (#29)
9
+- Fix: `configureWebView` being called multiple times. (#31)
10
11
# 1.1
12
13
- Fix: better logging for when protocol isn't found on
ReCaptcha.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'ReCaptcha'
- s.version = '1.1'
+ s.version = '1.2'
s.summary = 'ReCaptcha for iOS'
s.description = <<-DESC
0 commit comments