diff --git a/CHANGELOG.md b/CHANGELOG.md index c318888..4c02aaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.1 + +- Fix: better logging for when protocol isn't found on +- Fix: Alternate endpoint not loading +- Fix: Prepends a scheme if `baseURL` doesn't have one + # 1.0.2 - Fix: Better detection of resources loading end (#16) diff --git a/ReCaptcha.podspec b/ReCaptcha.podspec index 17e59de..57401a8 100644 --- a/ReCaptcha.podspec +++ b/ReCaptcha.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'ReCaptcha' - s.version = '1.0.2' + s.version = '1.1' s.summary = 'ReCaptcha for iOS' s.description = <<-DESC