Skip to content

Commit d4d9112

Browse files
authored
docs/release 1.0.1 (#47)
1 parent 8f70f6f commit d4d9112

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ 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.0.1] - 2024-03-13
10+
11+
### Added
12+
13+
- `Address` and `Business` entities now include `customer_id` property, see [related changelog](https://developer.paddle.com/changelog/2024/address-business-webhooks-customer-id?utm_source=dx&utm_medium=paddle-php-sdk).
14+
- Two new report types `product_prices` and `discounts`, see [related changelog](https://developer.paddle.com/changelog/2024/product-prices-discounts-reports?utm_source=dx&utm_medium=paddle-php-sdk).
15+
- `Product` and `Prices` entities now support `created_at` and `updated_at` properties
16+
917
## [1.0.0] - 2024-02-20
1018

1119
### Changed

src/Client.php

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

5252
class Client
5353
{
54-
private const SDK_VERSION = '1.0.0';
54+
private const SDK_VERSION = '1.0.1';
5555

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

0 commit comments

Comments
 (0)