diff --git a/CHANGELOG.md b/CHANGELOG.md index 9327f16..872a5b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.3](https://github.com/Open-Pix/php-sdk/compare/v1.1.2...v1.1.3) (2024-01-04) + + +### Bug Fixes + +* **php:** add support for php 7.3 ([#54](https://github.com/Open-Pix/php-sdk/issues/54)) ([a3fbc66](https://github.com/Open-Pix/php-sdk/commit/a3fbc66c21c9b825e7f2e18a77409e28fff678cb)) + ## [1.1.2](https://github.com/Open-Pix/php-sdk/compare/v1.1.1...v1.1.2) (2023-10-19) diff --git a/src/Client.php b/src/Client.php index 5de769f..b46d111 100644 --- a/src/Client.php +++ b/src/Client.php @@ -18,7 +18,7 @@ class Client { // {x-release-please-start-version} - public const SDK_VERSION = "1.1.2"; + public const SDK_VERSION = "1.1.3"; // {x-release-please-end} public const BASE_URI = "https://api.openpix.com.br";