From 4495def591998166f11134866f4dc70cedac7a57 Mon Sep 17 00:00:00 2001 From: Victor Fernandez Saborit Date: Fri, 23 Aug 2024 15:15:26 +0200 Subject: [PATCH] docs(release):v1.1.2 --- CHANGELOG.md | 6 ++++++ src/Client.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00e0302..aa20e4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.1.2] - 2024-08-23 + +### Fixed + +- Fixed `TransactionTimePeriod`constructor, updated the visibility from private to public. + ## [1.1.1] - 2024-08-21 ### Fixed diff --git a/src/Client.php b/src/Client.php index d8ab55b..6524535 100644 --- a/src/Client.php +++ b/src/Client.php @@ -51,7 +51,7 @@ class Client { - private const SDK_VERSION = '1.1.1'; + private const SDK_VERSION = '1.1.2'; public readonly LoggerInterface $logger; public readonly Options $options;