Skip to content

Commit

Permalink
chore: bump to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Aug 19, 2024
1 parent 7e045ec commit 0f940ea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.9.0

- Fix: emit `.htmlLoadError` if `HCaptcha` WebView is not loaded in specified timeout (5 sec default)

# 2.8.0

- Feature: passive site key ([#152](https://github.com/hCaptcha/HCaptcha-ios-sdk/issues/152))
Expand Down
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- AppSwizzle (1.3.1)
- HCaptcha/Core (2.8.0)
- HCaptcha/RxSwift (2.8.0):
- HCaptcha/Core (2.9.0)
- HCaptcha/RxSwift (2.9.0):
- HCaptcha/Core
- RxSwift (~> 6.2.0)
- RxBlocking (6.2.0):
Expand Down Expand Up @@ -37,7 +37,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
AppSwizzle: db36e436f56110d93e5ae0147683435df593cabc
HCaptcha: 062308169f5cbd964f2ae25954fb773d19e469ed
HCaptcha: 7f68727bcf0b01d7022585485e3c577bdfb11d87
RxBlocking: 0b29f7d2079109a8de49c411381bed7c33ef1eeb
RxCocoa: 4baf94bb35f2c0ab31bc0cb9f1900155f646ba42
RxRelay: e72dbfd157807478401ef1982e1c61c945c94b2f
Expand Down
2 changes: 1 addition & 1 deletion HCaptcha.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'HCaptcha'
s.version = '2.8.0'
s.version = '2.9.0'
s.summary = 'HCaptcha for iOS'
s.swift_version = '5.0'

Expand Down

0 comments on commit 0f940ea

Please sign in to comment.