Skip to content

Commit

Permalink
Version bump (1.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjcaetano committed Mar 12, 2018
1 parent 4b814c5 commit a329de8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ReCaptcha.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a329de8

Please sign in to comment.