Version bump (1.2)
This commit is contained in:
parent
4b814c56ab
commit
a329de8859
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,3 +1,13 @@
|
|||
# 1.2
|
||||
|
||||
- Feature: Resettable ReCaptchas. (#23)
|
||||
- Feature: Forcing visible challenge on DEBUG. (#19)
|
||||
|
||||
- Fix: Better encapsulation architecture.
|
||||
- Fix: Retiring Result dependency. (#24)
|
||||
- Fix: `validate` completion closure being called consecutively. (#29)
|
||||
- Fix: `configureWebView` being called multiple times. (#31)
|
||||
|
||||
# 1.1
|
||||
|
||||
- Fix: better logging for when protocol isn't found on
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue