From a329de8859c85325093c7e9cd542e4bfb5a6d6a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Caetano?= Date: Mon, 12 Mar 2018 16:48:42 -0300 Subject: [PATCH] Version bump (1.2) --- CHANGELOG.md | 10 ++++++++++ ReCaptcha.podspec | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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