Skip to content

Commit

Permalink
Update Changelog and VultrConfig with version
Browse files Browse the repository at this point in the history
  • Loading branch information
Porthorian committed Dec 13, 2022
1 parent d0a2702 commit 936e80d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## PATCH Release [1.0.2]
* Upgrade Json-Mapper https://github.com/JsonMapper/JsonMapper to 2.14

## Release [1.0.0]
* Initial Release of the Client

Expand Down
2 changes: 1 addition & 1 deletion src/VultrConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class VultrConfig
{
public const VERSION = '1.0.1';
public const VERSION = '1.0.2';
public const API_VERSION = 'v2';
public const API_URI = 'https://api.vultr.com/';
public const USERAGENT = 'VultrPhp/'.self::VERSION. '(API_VERSION: '.self::API_VERSION.')';
Expand Down

0 comments on commit 936e80d

Please sign in to comment.