Skip to content

Commit

Permalink
chore(release): upating podspec and changelog 2.4.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bt-platform-eng committed Jul 5, 2023
1 parent 9d6dfc4 commit 4d3b966
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BasisTheoryElements.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down

0 comments on commit 4d3b966

Please sign in to comment.