Skip to content

Commit

Permalink
chore: 🔖 release new version (#712)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Arif Kurkchi <[email protected]>
  • Loading branch information
3 people authored Sep 20, 2024
1 parent e00deb3 commit a25acc0
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 43 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-pigs-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-wasps-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-berries-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-spiders-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-boats-joke.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/perfect-cougars-love.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/plenty-seals-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-papayas-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-clouds-switch.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rebilly/client-php

## 3.1.3

### Patch Changes

- Add orderDelinquencyPeriod to Organization settings Rebilly/rebilly#7016
- Update Conekta OXXO URL Rebilly/rebilly#7396
- Remove pricing from TrialOnlyPlan Rebilly/rebilly#7665
- Add IPN signature support to Chillstock Rebilly/rebilly#7615
- Add trial ended event to order and customer timelines Rebilly/rebilly#7148
- Add ignoreRecurring for change items Rebilly/rebilly#7433
- Add new website payment form setting hideZeroAmountSummaryItems Rebilly/rebilly#7462

## 3.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rebilly/client-php",
"private": true,
"version": "3.1.2",
"version": "3.1.3",
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@changesets/write": "^0.2.3"
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ final class Client implements GuzzleClientInterface, PsrClientInterface

public const EXPERIMENTAL_BASE = '/experimental';

public const SDK_VERSION = '3.1.2';
public const SDK_VERSION = '3.1.3';

private GuzzleClient $client;

Expand Down

0 comments on commit a25acc0

Please sign in to comment.