Skip to content

Commit a6f1d49

Browse files
Bump to v0.5.1
1 parent 323e21e commit a6f1d49

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.5.1] - 2022-10-26
1618
### Fixed
1719
- repeated autoload requirement
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.5.0",
3+
"version": "0.5.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.5.0";
11+
private const sdkVersion = "0.5.1";
1212
private const host = StarkHost::infra;
1313

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

0 commit comments

Comments
 (0)