Skip to content

Commit 4164c96

Browse files
Merge pull request #38 from starkinfra/bump
Bump to v0.13.0
2 parents 761567f + 92123c3 commit 4164c96

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Given a version number MAJOR.MINOR.PATCH, increment:
1313

1414

1515
## [Unreleased]
16+
17+
## [0.12.1] - 2024-10-15
1618
### Changed
1719
- core version
1820

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "starkinfra/sdk",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"type": "library",
55
"description": "SDK to facilitate PHP integrations with the Stark Infra API",
66
"homepage": "https://github.com/starkinfra/sdk-php",

src/utils/rest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class Rest
99
{
1010
private const apiVersion = "v2";
11-
private const sdkVersion = "0.12.0";
11+
private const sdkVersion = "0.12.1";
1212
private const host = StarkHost::infra;
1313

1414
public static function getPage($user, $resource, array $query = [])

0 commit comments

Comments
 (0)