Version bump (1.2)

This commit is contained in:
Flávio Caetano 2018-03-12 16:48:42 -03:00
parent 4b814c56ab
commit a329de8859
2 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -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