Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#38)
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 Jun 23, 2023
1 parent 138420b commit 967585d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [1.1.0](https://github.com/Open-Pix/php-sdk/compare/v1.0.0...v1.1.0) (2023-06-23)


### Features

* **webhooks:** add webhook validation method ([d0a5c9c](https://github.com/Open-Pix/php-sdk/commit/d0a5c9c1f2137c953296925e8e705e234f31ea9a))


### Miscellaneous Chores

* **actions:** add release workflow ([#37](https://github.com/Open-Pix/php-sdk/issues/37)) ([138420b](https://github.com/Open-Pix/php-sdk/commit/138420bcaf018f7f318b7749e9efae92ffd9cc21))
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.0.0";
public const SDK_VERSION = "1.1.0";
// {x-release-please-end}

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

0 comments on commit 967585d

Please sign in to comment.