Skip to content

Commit 26b77a5

Browse files
Release 1.8.0 - New Payment Setups feature (#192)
This release introduces a new payments/setups package to support Payment Setup operations, including creating, updating, retrieving, and confirming payment setups. It also integrates the new Payment Setups client into both the ABC and NAS API entry points and adds comprehensive unit tests for the new functionality. Additionally, it improves type safety in the payments domain and updates CI workflows to use newer GitHub Actions versions.
1 parent 430f864 commit 26b77a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package client
22

3-
const SDK_VERSION = "1.7.7"
3+
const SDK_VERSION = "1.8.0"

0 commit comments

Comments
 (0)