Skip to content

Commit

Permalink
bump sdk version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andreagostinho-meli committed Aug 27, 2024
1 parent e858094 commit f053c66
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
20 changes: 13 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
## VERSION 1.0.0
## VERSION 1.0.5

## VERSION 1.0.1
Fix `is_same_bank_account_owner` type. Now it is `bool` instead of `string`.

Solution for issue [56](https://github.com/mercadopago/sdk-go/issues/56).
## VERSION 1.0.4

Include `sub_type` in `PointOfInteractionRequest` in `Payment`.

## VERSION 1.0.3

Include `sub_merchant` in `ForwardData` in `Payment`.

## VERSION 1.0.2

Fix `differential_pricing_id` type. Now it is `int` instead of `string`.

## VERSION 1.0.3
## VERSION 1.0.1

Include `sub_merchant` in `ForwardData` in `Payment`.
Solution for issue [56](https://github.com/mercadopago/sdk-go/issues/56).

## VERSION 1.0.4
## VERSION 1.0.0

Include `sub_type` in `PointOfInteractionRequest` in `Payment`.
Initial release
2 changes: 1 addition & 1 deletion pkg/internal/httpclient/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

const (
currentSDKVersion string = "1.0.4"
currentSDKVersion string = "1.0.5"
productID string = "CNITR48HSRV0CRPT3NI0"
)

Expand Down

0 comments on commit f053c66

Please sign in to comment.