Skip to content

Commit

Permalink
docs(release): v1.9.1 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeymike authored Feb 18, 2025
1 parent e45ddfc commit c327b04
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

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.

## [1.9.1] - 2025-02-18

### Fixed

- An error where `stored_payment_method_id` was not returned for past due subscriptions when using `getPaymentMethodChangeTransaction`

## [1.9.0] - 2025-01-30

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

class Client
{
private const SDK_VERSION = '1.9.0';
private const SDK_VERSION = '1.9.1';

public readonly LoggerInterface $logger;
public readonly Options $options;
Expand Down

0 comments on commit c327b04

Please # to comment.