From 6d1367a9000847f6061acc5c8be71a4d1649ed15 Mon Sep 17 00:00:00 2001 From: andreagostinho-meli Date: Mon, 2 Sep 2024 17:53:31 -0300 Subject: [PATCH] bump sdk version to 1.0.6 --- CHANGELOG.md | 8 ++++++++ pkg/internal/httpclient/helper.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd7bd38..df88add 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## VERSION 1.0.6 + +Include `reference_id` in `DataResponse` in `PaymentMethodResponse` in `Payment`. + +Include `external_reference_id` in `DataResponse` in `PaymentMethodResponse` in `Payment`. + +Include `external_resource_url` in `DataResponse` in `PaymentMethodResponse` in `Payment`. + ## VERSION 1.0.5 Fix `is_same_bank_account_owner` type. Now it is `bool` instead of `string`. diff --git a/pkg/internal/httpclient/helper.go b/pkg/internal/httpclient/helper.go index 41b4d6c..891f0d5 100644 --- a/pkg/internal/httpclient/helper.go +++ b/pkg/internal/httpclient/helper.go @@ -16,7 +16,7 @@ import ( ) const ( - currentSDKVersion string = "1.0.5" + currentSDKVersion string = "1.0.6" productID string = "CNITR48HSRV0CRPT3NI0" )