Skip to content

Commit 936e80d

Browse files
committed
Update Changelog and VultrConfig with version
1 parent d0a2702 commit 936e80d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## PATCH Release [1.0.2]
4+
* Upgrade Json-Mapper https://github.com/JsonMapper/JsonMapper to 2.14
5+
36
## Release [1.0.0]
47
* Initial Release of the Client
58

src/VultrConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class VultrConfig
88
{
9-
public const VERSION = '1.0.1';
9+
public const VERSION = '1.0.2';
1010
public const API_VERSION = 'v2';
1111
public const API_URI = 'https://api.vultr.com/';
1212
public const USERAGENT = 'VultrPhp/'.self::VERSION. '(API_VERSION: '.self::API_VERSION.')';

0 commit comments

Comments
 (0)