Skip to content

Commit 622451b

Browse files
docs: Release 1.9.0 (#114)
1 parent c9cf681 commit 622451b

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.9.0] - 2025-01-30
1010

1111
### Added
1212

src/Client.php

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

6161
class Client
6262
{
63-
private const SDK_VERSION = '1.8.0';
63+
private const SDK_VERSION = '1.9.0';
6464

6565
public readonly LoggerInterface $logger;
6666
public readonly Options $options;

0 commit comments

Comments
 (0)