Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
* Refactors payout schemas to implement interfaces (CS1/CS2)
* Refactors payments sources to implement PaymentSource interfaces (CS1/CS2)
* Refactors tokens data to implement TokenData interface (CS1/CS2)
* Changes amount related fields type from int to int64
  • Loading branch information
martinseco committed Jan 18, 2023
1 parent 6b60b2d commit 9251bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package client

const SDK_VERSION = "1.0.0"
const SDK_VERSION = "1.0.1"

0 comments on commit 9251bae

Please sign in to comment.