diff --git a/CHANGELOG.md b/CHANGELOG.md index 39a0a77..5cb8a90 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 5.0.1 +- Fix: Certificate verification +- Add: New example of pix devolution Open Finance + # 5.0.0 - Fix: psr-4 autoloading standard - Fix: Method pixSend() now requires sending the Id diff --git a/composer.json b/composer.json index b65d960..ebd8f9d 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.0", + "version": "5.0.1", "require": { "guzzlehttp/guzzle": "^7.0", "php": "^7.2 || ^8.0"