From f7f588a01936c35d91bbf249c73357bad8c45f34 Mon Sep 17 00:00:00 2001 From: davidgrayston-paddle Date: Mon, 18 Nov 2024 15:56:08 +0000 Subject: [PATCH] docs: Release 1.5.0 (#99) --- CHANGELOG.md | 2 +- src/Client.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d07afc..ca25e65 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.5.0] - 2024-11-18 ### Added diff --git a/src/Client.php b/src/Client.php index 9bc5df7..d59b177 100644 --- a/src/Client.php +++ b/src/Client.php @@ -59,7 +59,7 @@ class Client { - private const SDK_VERSION = '1.4.0'; + private const SDK_VERSION = '1.5.0'; public readonly LoggerInterface $logger; public readonly Options $options;