Skip to content

Commit

Permalink
Release 1.0.0-beta08
Browse files Browse the repository at this point in the history
  • Loading branch information
jsaini-hw committed Sep 11, 2020
1 parent d8832a2 commit 480ac91
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 29 deletions.
56 changes: 30 additions & 26 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,47 @@
Changelog
=========

[1.0.0-beta01](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta01)
[1.0.0-beta08](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta08)
-------------------
- Initial beta release of Hyperwallet Core SDK for iOS. This beta release has the following functionality:
* Create Bank Account and Bank Card for United States (USD)
* Retrieve field requirements for bank Accounts and Bank Cards
* List Accounts
* Deactivate (Remove) Accounts
- Fixed Cocoapod issue

[1.0.0-beta02](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta02)
[1.0.0-beta07](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta07)
-------------------
- Added PayPal as a Transfer method
- Added support to get User object
- Enhancements

[1.0.0-beta03](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta03)
[1.0.0-beta06](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta06)
-------------------
- Enhancements to Add Transfer Method
- Added support to the following:
* List Prepaid Cards
* List Prepaid Card Receipts
* List User Receipts
- Added support to List User Balances
- Enhancements

[1.0.0-beta05](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta05)
-------------------
- Enhancements

[1.0.0-beta04](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta04)
-------------------
- Added support to the following
* Create Transfer
* Schedule Transfer
* Get Transfer
[1.0.0-beta05](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta05)
* Create Transfer
* Schedule Transfer
* Get Transfer

[1.0.0-beta03](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta03)
-------------------
- Enhancements
- Enhancements to Add Transfer Method
- Added support to the following:
* List Prepaid Cards
* List Prepaid Card Receipts
* List User Receipts

[1.0.0-beta06](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta06)
[1.0.0-beta02](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta02)
-------------------
- Added support to List User Balances
- Enhancements
- Added PayPal as a Transfer method
- Added support to get User object

[1.0.0-beta07](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta07)
[1.0.0-beta01](https://github.com/hyperwallet/hyperwallet-ios-sdk/releases/tag/1.0.0-beta01)
-------------------
- Enhancements
- Initial beta release of Hyperwallet Core SDK for iOS. This beta release has the following functionality:
* Create Bank Account and Bank Card for United States (USD)
* Retrieve field requirements for bank Accounts and Bank Cards
* List Accounts
* Deactivate (Remove) Accounts
2 changes: 1 addition & 1 deletion HyperwalletSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'HyperwalletSDK'
spec.version = '1.0.0-beta07'
spec.version = '1.0.0-beta08'
spec.summary = 'Hyperwallet Core SDK for iOS to integrate with Hyperwallet Platform'
spec.homepage = 'https://github.com/hyperwallet/hyperwallet-ios-sdk'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ Use [Carthage](https://github.com/Carthage/Carthage) or [CocoaPods](https://coco
### Carthage
Specify it in your Cartfile:
```ogdl
github "hyperwallet/hyperwallet-ios-sdk" "1.0.0-beta07"
github "hyperwallet/hyperwallet-ios-sdk" "1.0.0-beta08"
```

### CocoaPods
Specify it in your Podfile:
```ruby
pod 'HyperwalletSDK', '~> 1.0.0-beta07'
pod 'HyperwalletSDK', '~> 1.0.0-beta08'
```

## Initialization
Expand Down

0 comments on commit 480ac91

Please sign in to comment.