Skip to content

Commit

Permalink
docs: Release v1.4.0 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgrayston-paddle authored Oct 17, 2024
1 parent d370f6c commit 428961d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 428961d

Please sign in to comment.