diff --git a/.changeset/chilled-spoons-tan.md b/.changeset/chilled-spoons-tan.md deleted file mode 100644 index c629d36c3..000000000 --- a/.changeset/chilled-spoons-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rebilly/client-php": patch ---- - -Add pricing min quantity diff --git a/.changeset/clever-buckets-wait.md b/.changeset/clever-buckets-wait.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/clever-buckets-wait.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/famous-brooms-pretend.md b/.changeset/famous-brooms-pretend.md deleted file mode 100644 index dd8d29f34..000000000 --- a/.changeset/famous-brooms-pretend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rebilly/client-php": patch ---- - -Add Restrict to customer coupon restriction type diff --git a/.changeset/lazy-dolphins-burn.md b/.changeset/lazy-dolphins-burn.md deleted file mode 100644 index 5f09d61f2..000000000 --- a/.changeset/lazy-dolphins-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rebilly/client-php": patch ---- - -Add dispute credentials for PSiGate diff --git a/.changeset/lemon-dots-build.md b/.changeset/lemon-dots-build.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/lemon-dots-build.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/light-rabbits-allow.md b/.changeset/light-rabbits-allow.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/light-rabbits-allow.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/purple-nails-drive.md b/.changeset/purple-nails-drive.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/purple-nails-drive.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/quiet-grapes-fetch.md b/.changeset/quiet-grapes-fetch.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/quiet-grapes-fetch.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/rare-avocados-suffer.md b/.changeset/rare-avocados-suffer.md deleted file mode 100644 index feb07d043..000000000 --- a/.changeset/rare-avocados-suffer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rebilly/client-php": patch ---- - -Add customerDocumentCustomField setting to dLocal diff --git a/.changeset/red-bananas-kick.md b/.changeset/red-bananas-kick.md deleted file mode 100644 index 4fc0c04f4..000000000 --- a/.changeset/red-bananas-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rebilly/client-php": patch ---- - -Add PayRedeem gateway config diff --git a/.changeset/swift-chicken-beam.md b/.changeset/swift-chicken-beam.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/swift-chicken-beam.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/weak-students-move.md b/.changeset/weak-students-move.md deleted file mode 100644 index 2bb53a1c9..000000000 --- a/.changeset/weak-students-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rebilly/client-php": patch ---- - -Add quote item id to preview items (Rebilly/api-definitions#1630) diff --git a/.changeset/wet-bugs-relax.md b/.changeset/wet-bugs-relax.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/wet-bugs-relax.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/yellow-elephants-confess.md b/.changeset/yellow-elephants-confess.md deleted file mode 100644 index a5a3d8e45..000000000 --- a/.changeset/yellow-elephants-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rebilly/client-php": patch ---- - -Add quote events to customer timeline diff --git a/CHANGELOG.md b/CHANGELOG.md index a8a0d4e66..84d9a2d57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,13 @@ # @rebilly/client-php + +## 3.0.1 + +### Patch Changes + +- Add pricing min quantity +- Add Restrict to customer coupon restriction type +- Add dispute credentials for PSiGate +- Add customerDocumentCustomField setting to dLocal +- Add PayRedeem gateway config +- Add quote item id to preview items (Rebilly/api-definitions#1630) +- Add quote events to customer timeline diff --git a/package-lock.json b/package-lock.json index 8c3c7a0fe..7391ee61f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rebilly/client-php", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@rebilly/client-php", - "version": "3.0.0", + "version": "3.0.1", "devDependencies": { "@changesets/cli": "^2.26.2", "@changesets/write": "^0.2.3" diff --git a/package.json b/package.json index b6fe978b8..d73f442cb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@rebilly/client-php", "private": true, - "version": "3.0.0", + "version": "3.0.1", "devDependencies": { "@changesets/cli": "^2.26.2", "@changesets/write": "^0.2.3" diff --git a/src/Client.php b/src/Client.php index 64d8fbf24..58fcbe161 100644 --- a/src/Client.php +++ b/src/Client.php @@ -41,7 +41,7 @@ final class Client implements GuzzleClientInterface, PsrClientInterface public const EXPERIMENTAL_BASE = '/experimental'; - public const SDK_VERSION = '3.0.0'; + public const SDK_VERSION = '3.0.1'; private GuzzleClient $client;