Skip to content

Commit

Permalink
chore: 🔖 release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 20, 2024
1 parent 1ddc7a6 commit 13c3264
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/four-bees-raise.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/grumpy-birds-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-parrots-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-cheetahs-help.md

This file was deleted.

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

## 3.1.5

### Patch Changes

- feat(be): Add merchant feature to skip notificationUrl webhooks for abandoned transactions Rebilly/rebilly#9311
- feat(api-definitions): Add isDigitallyTampered to KycIdentityMatches.yaml Rebilly/rebilly#9309
- feat(be, api-definitions): separate monthly and annual QB journal entries Rebilly/rebilly#8292

## 3.1.4

### 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.4",
"version": "3.1.5",
"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 @@ -42,7 +42,7 @@ final class Client implements GuzzleClientInterface, PsrClientInterface

public const EXPERIMENTAL_BASE = '/experimental';

public const SDK_VERSION = '3.1.4';
public const SDK_VERSION = '3.1.5';

private GuzzleClient $client;

Expand Down

0 comments on commit 13c3264

Please sign in to comment.