Skip to content

Commit

Permalink
chore: release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 23, 2024
1 parent 4ba7e44 commit 8f3ad59
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.0](https://github.com/ymirapp/ymir-sdk-php/compare/v1.2.0...v1.3.0) (2024-09-23)


### Features

* make `setAccessToken` an interface method ([3b0d376](https://github.com/ymirapp/ymir-sdk-php/commit/3b0d376517a6f17fdc369bc6cf36aa1c94808481))

## [1.2.0](https://github.com/ymirapp/ymir-sdk-php/compare/v1.1.0...v1.2.0) (2024-02-08)


Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ private function createRequest(string $method, string $uri, array $body = []): R
$headers = [
'Accept' => 'application/json',
'Content-Type' => 'application/json',
'User-Agent' => 'ymir-sdk-php/1.2.0',
'User-Agent' => 'ymir-sdk-php/1.3.0',
];
$method = strtolower($method);

Expand Down

0 comments on commit 8f3ad59

Please sign in to comment.