Skip to content

Commit

Permalink
chore(release): upating podspec and changelog 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bt-platform-eng committed Jan 16, 2024
1 parent 64e8fb5 commit c1a060c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BasisTheory.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.11'
s.tvos.deployment_target = '9.0'
s.version = '0.9.0'
s.source = { :git => 'https://github.com/Basis-Theory/basistheory-swift.git', :tag => '0.9.0' }
s.version = '1.0.0'
s.source = { :git => 'https://github.com/Basis-Theory/basistheory-swift.git', :tag => '1.0.0' }
s.authors = 'BasisTheory'
s.license = 'Apache'
s.homepage = 'https://github.com/Basis-Theory/basistheory-swift'
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.0.0](https://github.com/Basis-Theory/basistheory-swift/compare/0.9.0...1.0.0) (2024-01-16)


### ⚠ BREAKING CHANGES

* logs api changed from using offset pagination to cursor pagination

### Features

* support logs cursor pagination ([#23](https://github.com/Basis-Theory/basistheory-swift/issues/23)) ([64e8fb5](https://github.com/Basis-Theory/basistheory-swift/commit/64e8fb503a10514610af67c4544ae68e69b4e33e))


## [0.9.0](https://github.com/Basis-Theory/basistheory-swift/compare/0.8.0...0.9.0) (2023-10-11)


Expand Down

0 comments on commit c1a060c

Please sign in to comment.