Skip to content

Commit

Permalink
docs(release): v1.2.0 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgrayston-paddle authored Sep 18, 2024
1 parent 750cac7 commit 21cfb68
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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.

## [Unreleased]
## [1.2.0] - 2024-09-18

### Added

Expand Down
11 changes: 10 additions & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Upgrading

All breaking changes prior to v1 will be documented in this file to assist with upgrading.
All breaking changes will be documented in this file to assist with upgrading.

## v1.2.0

Upgrading to this version introduces 2 changes that may require action

1. `\Paddle\SDK\Entities\Shared\TransactionPaymentAttempt` field `paymentMethodId` was `string` only,
but has been aligned with the API to be `string` or `null`.

2. `\Paddle\SDK\Resources\PricingPreviews\Operations` field `items` has been aligned with the API and can no longer be empty.

## v1.0.0

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

class Client
{
private const SDK_VERSION = '1.1.2';
private const SDK_VERSION = '1.2.0';

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

0 comments on commit 21cfb68

Please sign in to comment.