Skip to content

Commit

Permalink
chore(main): release 1.1.3 (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 4, 2024
1 parent a3fbc66 commit a3425b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit a3425b7

Please sign in to comment.