Skip to content

Commit a3425b7

Browse files
authoredJan 4, 2024
chore(main): release 1.1.3 (#55)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a3fbc66 commit a3425b7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.3](https://github.com/Open-Pix/php-sdk/compare/v1.1.2...v1.1.3) (2024-01-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
310
## [1.1.2](https://github.com/Open-Pix/php-sdk/compare/v1.1.1...v1.1.2) (2023-10-19)
411

512

‎src/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
class Client
1919
{
2020
// {x-release-please-start-version}
21-
public const SDK_VERSION = "1.1.2";
21+
public const SDK_VERSION = "1.1.3";
2222
// {x-release-please-end}
2323

2424
public const BASE_URI = "https://api.openpix.com.br";

0 commit comments

Comments
 (0)