From 546c4bf86fa3ba160634ef6417ee8cb62989d674 Mon Sep 17 00:00:00 2001 From: David Grayston Date: Thu, 17 Oct 2024 16:11:26 +0100 Subject: [PATCH] docs: Release v1.4.0 --- CHANGELOG.md | 2 +- src/Client.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a030f3..2076688 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] - 2024-10-01 +## [1.4.0] - 2024-10-17 ### Added diff --git a/src/Client.php b/src/Client.php index 25bdd0c..0c6728c 100644 --- a/src/Client.php +++ b/src/Client.php @@ -58,7 +58,7 @@ class Client { - private const SDK_VERSION = '1.3.1'; + private const SDK_VERSION = '1.4.0'; public readonly LoggerInterface $logger; public readonly Options $options;