Skip to content

Commit

Permalink
Bump to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdottori-stark committed Jul 18, 2024
1 parent 3f8b42b commit 478c452
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Given a version number MAJOR.MINOR.PATCH, increment:


## [Unreleased]

## [0.12.0] - 2024-07-18
### Added
- request methods
### Changed
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.11.0",
"version": "0.12.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.11.0";
private const sdkVersion = "0.12.0";
private const host = StarkHost::infra;

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

0 comments on commit 478c452

Please sign in to comment.