Skip to content

Commit bb27377

Browse files
docs(release): v1.10.0 (#125)
1 parent 36c61ce commit bb27377

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.10.0] - 2025-06-27
1010

1111
### Added
1212

src/Client.php

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

5353
class Client
5454
{
55-
private const SDK_VERSION = '1.9.1';
55+
private const SDK_VERSION = '1.10.0';
5656

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

0 commit comments

Comments
 (0)