diff --git a/BasisTheoryElements.podspec b/BasisTheoryElements.podspec index 11a7817..3b224a7 100644 --- a/BasisTheoryElements.podspec +++ b/BasisTheoryElements.podspec @@ -1,8 +1,8 @@ Pod::Spec.new do |s| s.name = 'BasisTheoryElements' s.ios.deployment_target = '14.0' - s.version = '2.3.0' - s.source = { :git => 'https://github.com/Basis-Theory/basistheory-ios.git', :tag => '2.3.0' } + s.version = '2.4.0' + s.source = { :git => 'https://github.com/Basis-Theory/basistheory-ios.git', :tag => '2.4.0' } s.authors = 'BasisTheory' s.license = 'Apache' s.homepage = 'https://github.com/Basis-Theory/basistheory-ios' diff --git a/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryElements.swift b/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryElements.swift index fb774bb..1249687 100644 --- a/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryElements.swift +++ b/BasisTheoryElements/Sources/BasisTheoryElements/BasisTheoryElements.swift @@ -38,7 +38,7 @@ extension RequestBuilder { } final public class BasisTheoryElements { - public static let version = "2.3.0" // do not modify. updated through CI + public static let version = "2.4.0" // do not modify. updated through CI public static var apiKey: String = "" public static var basePath: String = "https://api.basistheory.com" diff --git a/CHANGELOG.md b/CHANGELOG.md index 641f4d4..c59bc84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.4.0](https://github.com/Basis-Theory/basistheory-ios/compare/2.3.0...2.4.0) (2023-07-05) + + +### Features + +* adds support for ([#58](https://github.com/Basis-Theory/basistheory-ios/issues/58)) ([9d6dfc4](https://github.com/Basis-Theory/basistheory-ios/commit/9d6dfc46a5b028eb203df19896f0dd0659fe4b8a)) + + ## [2.3.0](https://github.com/Basis-Theory/basistheory-ios/compare/2.2.0...2.3.0) (2023-06-28)