Skip to content

Commit

Permalink
Bump to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdottori-stark committed Jun 20, 2023
1 parent 3d93430 commit 6419d9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Given a version number MAJOR.MINOR.PATCH, increment:

## [Unreleased]

## [0.9.0] - 2023-06-19
## Added
- metadata parameter to IssuingPurchase resource

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.8.0",
"version": "0.9.0",
"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.8.0";
private const sdkVersion = "0.9.0";
private const host = StarkHost::infra;

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

0 comments on commit 6419d9c

Please sign in to comment.