Skip to content

Commit

Permalink
Bump to v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cdottori-stark committed Oct 27, 2022
1 parent 2e8fa2d commit 4f7facf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Given a version number MAJOR.MINOR.PATCH, increment:

## [Unreleased]

## [0.5.2] - 2022-10-27
### Fixed
- ecdsa dependency missing classmap

## [0.5.1] - 2022-10-26
### Fixed
- repeated autoload requirement
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starkinfra/sdk",
"version": "0.5.1",
"version": "0.5.2",
"type": "library",
"description": "SDK to facilitate PHP integrations with the Stark Infra API",
"homepage": "https://github.com/starkinfra/sdk-php",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/rest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class Rest
{
private const apiVersion = "v2";
private const sdkVersion = "0.5.1";
private const sdkVersion = "0.5.2";
private const host = StarkHost::infra;

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

0 comments on commit 4f7facf

Please sign in to comment.