From cad21f664f5adf6c93e30619538b04476a063e63 Mon Sep 17 00:00:00 2001 From: guilherme-cota-efi <75252715+guilhermecotaGn@users.noreply.github.com> Date: Tue, 14 Feb 2023 14:17:25 -0300 Subject: [PATCH] Updated to 5.1.1 version --- CHANGELOG.md | 3 +++ composer.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f10f89f..48f4a79 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 5.1.1 +- Add: New examples of pix split + # 5.1.0 - Updated: Variable "valorDevolucao" changed to "valor" and "identificadorPagamento" is sent as a parameter in method "ofDevolutionPix()" diff --git a/composer.json b/composer.json index dfe2f61..d1af17d 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.1.0", + "version": "5.1.1", "require": { "guzzlehttp/guzzle": "^7.0", "php": "^7.2 || ^8.0" @@ -54,4 +54,4 @@ "Gerencianet\\": "src/Gerencianet" } } -} +} \ No newline at end of file