From 967585d1b112a5f452ec7fb7d72d36fc687f0e44 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 17:36:35 -0300 Subject: [PATCH] chore(main): release 1.1.0 (#38) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ src/Client.php | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0c48187 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/src/Client.php b/src/Client.php index 935c2c1..bab08f5 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.0.0"; + public const SDK_VERSION = "1.1.0"; // {x-release-please-end} public const BASE_URI = "https://api.openpix.com.br";