From a643b21180ba75ca907665c4d3c8c5b73c8bd35e Mon Sep 17 00:00:00 2001 From: David Grayston Date: Wed, 4 Dec 2024 16:18:26 +0000 Subject: [PATCH] docs: Release 1.6.0 --- CHANGELOG.md | 2 +- src/Client.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08322fe..3022672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.6.0] - 2024-12-05 ### Added diff --git a/src/Client.php b/src/Client.php index 95c2ff2..c29e4f7 100644 --- a/src/Client.php +++ b/src/Client.php @@ -60,7 +60,7 @@ class Client { - private const SDK_VERSION = '1.5.0'; + private const SDK_VERSION = '1.6.0'; public readonly LoggerInterface $logger; public readonly Options $options;