Skip to content

Commit

Permalink
chore: bump to 2.8.0 (#157)
Browse files Browse the repository at this point in the history
* chore: bump to 2.8.0

* doсs: add NOTE about Xсode update

Co-authored-by: e271828- <[email protected]>

* docs: fix misstype in Xcode version in CHANGELOG.md

---------

Co-authored-by: e271828- <[email protected]>
  • Loading branch information
CAMOBAP and e271828- authored Jul 3, 2024
1 parent c02a44e commit a523cd5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.8.0

- Feature: passive site key ([#152](https://github.com/hCaptcha/HCaptcha-ios-sdk/issues/152))
- Feature: upgrade Xcode to 15. NOTE: this also increases the minimum supported iOS version to 12. ([#134](https://github.com/hCaptcha/HCaptcha-ios-sdk/issues/134))


# 2.7.0

- Fix: don't emit `.sessionTimeout` error once `HCaptchaResult.dematerialize` called ([#129](https://github.com/hCaptcha/HCaptcha-ios-sdk/issues/129))
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.7.0)
- HCaptcha/RxSwift (2.7.0):
- HCaptcha/Core (2.8.0)
- HCaptcha/RxSwift (2.8.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: 86b9cf68e49e5dd74b1fdb99d7efa8353de7c521
HCaptcha: 062308169f5cbd964f2ae25954fb773d19e469ed
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.7.0'
s.version = '2.8.0'
s.summary = 'HCaptcha for iOS'
s.swift_version = '5.0'

Expand Down

0 comments on commit a523cd5

Please sign in to comment.