Skip to content

Commit

Permalink
chore: bump to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Apr 18, 2024
1 parent 52492ec commit 9df43ce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.7.0

- Fix: don't emit `.sessionTimeout` error once `HCaptchaResult.dematerialize` called ([#129](https://github.com/hCaptcha/HCaptcha-ios-sdk/issues/129))
- Fix: keep `.sessionTimeout` as only retriable error to avoid stack overflow

# 2.6.3

- Feature: PrivacyInfo.xcprivacy was added ([#128](https://github.com/hCaptcha/HCaptcha-ios-sdk/issues/128))
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.6.3)
- HCaptcha/RxSwift (2.6.3):
- HCaptcha/Core (2.7.0)
- HCaptcha/RxSwift (2.7.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: 2f61ea26717a21d17ef4b323eb3248cce80be648
HCaptcha: 0e52ee5303201606c66ce141444ca8c8083013d5
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.6.3'
s.version = '2.7.0'
s.summary = 'HCaptcha for iOS'
s.swift_version = '5.0'

Expand Down

0 comments on commit 9df43ce

Please sign in to comment.