diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c02aaa..fd0dc98 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/ReCaptcha.podspec b/ReCaptcha.podspec index 738c7a1..46a0d7e 100644 --- a/ReCaptcha.podspec +++ b/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