Skip to content

Commit

Permalink
Merge pull request #4 from tranzzo/feature/new_version
Browse files Browse the repository at this point in the history
new version
  • Loading branch information
marazmone authored Nov 13, 2023
2 parents 8fcd1ef + 3866f19 commit d99e079
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,8 @@ All notable changes to this project will be documented in this file.
registryRefNo: String?
processedAt: String?

## [1.1.7] - 13.11.2023

### Changed
Removed fee params from PaymentInfoResponse object

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ TranzzoPaymentSDK is written in Swift 5+. iOS 11.0+ Required
With Cocoapods

```ruby
pod 'TranzzoPaymentSDK', :git => 'https://github.com/tranzzo/mobile-sdk-ios.git', :tag => '1.0.4'
pod 'TranzzoPaymentSDK', :git => 'https://github.com/tranzzo/mobile-sdk-ios.git'
```

While using TranzzoPaymentSDK, don’t forget:
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Sources/TranzzoPaymentSDK.framework/TranzzoPaymentSDK
Binary file not shown.
2 changes: 1 addition & 1 deletion TranzzoPaymentSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = 'TranzzoPaymentSDK'
spec.version = '1.0.6'
spec.version = '1.1.7'
spec.summary = 'TranzzoPaymentSDK'
spec.description = 'Framework for Payments'
spec.homepage = 'https://tranzzo.ua'
Expand Down

0 comments on commit d99e079

Please sign in to comment.