Skip to content

Commit 255e258

Browse files
docs(release): v1.11.0 (#133)
1 parent dbabebf commit 255e258

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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-
## [Unreleased]
9+
## [1.11.0] - 2025-09-15
1010

1111
### Added
1212

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.10.0';
56+
private const SDK_VERSION = '1.11.0';
5757

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

0 commit comments

Comments
 (0)