Skip to content

Commit

Permalink
docs(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeymike committed Jan 15, 2024
1 parent 10bbc48 commit 6781e17
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ 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.

## 0.1.1 - 2024-01-15
## [0.2.0] - 2024-01-16

### Changed

- Operations have been renamed to reduce import conflicts and the use of aliases

## [0.1.1] - 2024-01-15

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

class Client
{
private const SDK_VERSION = '0.1.1';
private const SDK_VERSION = '0.2.0';

public readonly LoggerInterface $logger;
public readonly Options $options;
Expand Down

0 comments on commit 6781e17

Please sign in to comment.