From 0e234dcc44440ee84f5aa71f4bdc0f9364504450 Mon Sep 17 00:00:00 2001 From: guilhermecotaGn <75252715+guilhermecotaGn@users.noreply.github.com> Date: Wed, 21 Dec 2022 10:23:23 -0300 Subject: [PATCH] Updated to 5.1.0 version --- CHANGELOG.md | 3 +++ composer.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e614527..f10f89f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 5.1.0 +- Updated: Variable "valorDevolucao" changed to "valor" and "identificadorPagamento" is sent as a parameter in method "ofDevolutionPix()" + # 5.0.2 - Add: New example of create charge history diff --git a/composer.json b/composer.json index d662e7a..dfe2f61 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "gerencianet/gerencianet-sdk-php", "description": "GN APIs SDK PHP", "homepage": "https://github.com/gerencianet/gn-api-sdk-php", - "version": "5.0.2", + "version": "5.1.0", "require": { "guzzlehttp/guzzle": "^7.0", "php": "^7.2 || ^8.0"