Skip to content

Commit af83f8a

Browse files
chore: release 1.3.0
1 parent 897bb81 commit af83f8a

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.1"
2+
".": "1.3.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/ymirapp/ymir-sdk-php/compare/v1.2.1...v1.3.0) (2025-03-30)
4+
5+
6+
### Features
7+
8+
* Add `engine` to `createCache` method ([897bb81](https://github.com/ymirapp/ymir-sdk-php/commit/897bb8171bd593aa5f6bf60de6d175244f7c316a))
9+
10+
11+
### Dependency Changes
12+
13+
* Allow using laravel 12 collections ([5aa4372](https://github.com/ymirapp/ymir-sdk-php/commit/5aa4372ee33507ad8fdce15f587e8532dae94726))
14+
315
## [1.2.1](https://github.com/ymirapp/ymir-sdk-php/compare/v1.2.0...v1.2.1) (2024-11-23)
416

517

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ private function createRequest(string $method, string $uri, array $body = []): R
926926
$headers = [
927927
'Accept' => 'application/json',
928928
'Content-Type' => 'application/json',
929-
'User-Agent' => 'ymir-sdk-php/1.2.1',
929+
'User-Agent' => 'ymir-sdk-php/1.3.0',
930930
];
931931
$method = strtolower($method);
932932

0 commit comments

Comments
 (0)