Skip to content

Commit c327b04

Browse files
authored
docs(release): v1.9.1 (#116)
1 parent e45ddfc commit c327b04

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ 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.9.1] - 2025-02-18
10+
11+
### Fixed
12+
13+
- An error where `stored_payment_method_id` was not returned for past due subscriptions when using `getPaymentMethodChangeTransaction`
14+
915
## [1.9.0] - 2025-01-30
1016

1117
### Added

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.9.0';
63+
private const SDK_VERSION = '1.9.1';
6464

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

0 commit comments

Comments
 (0)