Skip to content

Commit a329de8

Browse files
committed
Version bump (1.2)
1 parent 4b814c5 commit a329de8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
# 1.1
212

313
- Fix: better logging for when protocol isn't found on

ReCaptcha.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = 'ReCaptcha'
4-
s.version = '1.1'
4+
s.version = '1.2'
55
s.summary = 'ReCaptcha for iOS'
66

77
s.description = <<-DESC

0 commit comments

Comments
 (0)