diff --git a/CHANGELOG.md b/CHANGELOG.md index e156661d..812c11ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes -## Unreleased +## 10.3.0 * Fixed missing idType on Document Verification Jobs * Introduce screens for the new Enhanced Selfie Capture Enrollment and Authentication Products. diff --git a/Example/Podfile.lock b/Example/Podfile.lock index aa431d6b..58deea64 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -12,7 +12,7 @@ PODS: - Sentry (8.36.0): - Sentry/Core (= 8.36.0) - Sentry/Core (8.36.0) - - SmileID (10.2.17): + - SmileID (10.3.0): - FingerprintJS - lottie-ios (~> 4.4.2) - ZIPFoundation (~> 0.9) @@ -51,7 +51,7 @@ SPEC CHECKSUMS: lottie-ios: fcb5e73e17ba4c983140b7d21095c834b3087418 netfox: 9d5cc727fe7576c4c7688a2504618a156b7d44b7 Sentry: f8374b5415bc38dfb5645941b3ae31230fbeae57 - SmileID: dc04628f6e1572fc6e407649bfd05f91647ed947 + SmileID: 433805e0ca183dd1bfa00b340b9bb8fb58026519 SwiftLint: 3fe909719babe5537c552ee8181c0031392be933 ZIPFoundation: b8c29ea7ae353b309bc810586181fd073cb3312c diff --git a/SmileID.podspec b/SmileID.podspec index 9f3375ed..ce292453 100644 --- a/SmileID.podspec +++ b/SmileID.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SmileID' - s.version = '10.2.17' + s.version = '10.3.0' s.summary = 'The Official Smile Identity iOS SDK.' s.homepage = 'https://docs.usesmileid.com/integration-options/mobile/ios-v10-beta' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/Sources/SmileID/Classes/SmileID.swift b/Sources/SmileID/Classes/SmileID.swift index e076280f..af087894 100644 --- a/Sources/SmileID/Classes/SmileID.swift +++ b/Sources/SmileID/Classes/SmileID.swift @@ -6,7 +6,7 @@ import UIKit public class SmileID { /// The default value for `timeoutIntervalForRequest` for URLSession default configuration. public static let defaultRequestTimeout: TimeInterval = 60 - public static let version = "10.2.17" + public static let version = "10.3.0" @Injected var injectedApi: SmileIDServiceable public static var configuration: Config { config }