From c1a060c042941b4ff02c50020529bf8e58b49ee3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 16 Jan 2024 20:39:37 +0000 Subject: [PATCH] chore(release): upating podspec and changelog 1.0.0 [skip ci] --- BasisTheory.podspec | 4 ++-- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/BasisTheory.podspec b/BasisTheory.podspec index c37bc02..287b6f0 100644 --- a/BasisTheory.podspec +++ b/BasisTheory.podspec @@ -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' diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ac89b9..bb9448d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)