Skip to content

Commit

Permalink
chore(main): release 1.1.2 (#52)
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 Oct 19, 2023
1 parent 54537ad commit 8ab6e7f
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.2](https://github.com/Open-Pix/php-sdk/compare/v1.1.1...v1.1.2) (2023-10-19)


### Miscellaneous Chores

* **deps:** allow psr/http-message ^1.0 ([#51](https://github.com/Open-Pix/php-sdk/issues/51)) ([54537ad](https://github.com/Open-Pix/php-sdk/commit/54537ad4a62b329397bf98daac6f29910aef4681))

## [1.1.1](https://github.com/Open-Pix/php-sdk/compare/v1.1.0...v1.1.1) (2023-06-26)


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.1";
public const SDK_VERSION = "1.1.2";
// {x-release-please-end}

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

0 comments on commit 8ab6e7f

Please sign in to comment.