From d62f0557d3600e4c312c3fee30bca3c4fb056001 Mon Sep 17 00:00:00 2001 From: Alexande B Date: Tue, 2 Jul 2024 12:04:11 +0200 Subject: [PATCH 1/3] chore: bump to 2.8.0 --- CHANGELOG.md | 5 +++++ Example/Podfile.lock | 6 +++--- HCaptcha.podspec | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 577d6f2..87871c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 2.8.0 + +- Feature: passive site key ([#152](https://github.com/hCaptcha/HCaptcha-ios-sdk/issues/152)) +- Feature: upgrade Xcode to 12 + # 2.7.0 - Fix: don't emit `.sessionTimeout` error once `HCaptchaResult.dematerialize` called ([#129](https://github.com/hCaptcha/HCaptcha-ios-sdk/issues/129)) diff --git a/Example/Podfile.lock b/Example/Podfile.lock index b27f74a..8c7bbf7 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -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): @@ -37,7 +37,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: AppSwizzle: db36e436f56110d93e5ae0147683435df593cabc - HCaptcha: 86b9cf68e49e5dd74b1fdb99d7efa8353de7c521 + HCaptcha: 062308169f5cbd964f2ae25954fb773d19e469ed RxBlocking: 0b29f7d2079109a8de49c411381bed7c33ef1eeb RxCocoa: 4baf94bb35f2c0ab31bc0cb9f1900155f646ba42 RxRelay: e72dbfd157807478401ef1982e1c61c945c94b2f diff --git a/HCaptcha.podspec b/HCaptcha.podspec index 9ab24fa..cc32c3c 100644 --- a/HCaptcha.podspec +++ b/HCaptcha.podspec @@ -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' From e9d69bb1a4fe40f03cf15cb321c778c157457728 Mon Sep 17 00:00:00 2001 From: Alex Babrykovich Date: Tue, 2 Jul 2024 13:53:11 +0200 Subject: [PATCH 2/3] =?UTF-8?q?do=D1=81s:=20add=20NOTE=20about=20X=D1=81od?= =?UTF-8?q?e=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: e271828- --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87871c3..f4def6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # 2.8.0 - Feature: passive site key ([#152](https://github.com/hCaptcha/HCaptcha-ios-sdk/issues/152)) -- Feature: upgrade Xcode to 12 +- Feature: upgrade Xcode to 12. NOTE: this also increases the minimum supported iOS version to 12. + # 2.7.0 From b8ff399c16d3e28226cc7226149874dfc581baa1 Mon Sep 17 00:00:00 2001 From: Alex Babrykovich Date: Wed, 3 Jul 2024 09:20:41 +0200 Subject: [PATCH 3/3] docs: fix misstype in Xcode version in CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4def6d..cfaae45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # 2.8.0 - Feature: passive site key ([#152](https://github.com/hCaptcha/HCaptcha-ios-sdk/issues/152)) -- Feature: upgrade Xcode to 12. NOTE: this also increases the minimum supported iOS version to 12. +- 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