Skip to content

Commit 5ea4e0c

Browse files
authored
docs(release): 1.13.1 (#143)
1 parent a835f50 commit 5ea4e0c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
Check our main [developer changelog](https://developer.paddle.com/?utm_source=dx&utm_medium=paddle-php-sdk) for information about changes to the Paddle Billing platform, the Paddle API, and other developer tools.
88

9-
## [1.12.1] - 2025-11-03
9+
## [1.13.1] - 2025-11-03
10+
11+
_No functional change — aligns versioning metadata with release_
12+
13+
## [1.13.0] - 2025-11-03
14+
15+
_Note: Incorrectly published as a minor but suitable as a patch upgrade_
1016

1117
## Fixed
1218

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
class Client
5555
{
56-
private const SDK_VERSION = '1.12.1';
56+
private const SDK_VERSION = '1.13.1';
5757

5858
public readonly LoggerInterface $logger;
5959
public readonly Options $options;

0 commit comments

Comments
 (0)