We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a2702 commit 936e80dCopy full SHA for 936e80d
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## PATCH Release [1.0.2]
4
+* Upgrade Json-Mapper https://github.com/JsonMapper/JsonMapper to 2.14
5
+
6
## Release [1.0.0]
7
* Initial Release of the Client
8
src/VultrConfig.php
@@ -6,7 +6,7 @@
class VultrConfig
{
9
- public const VERSION = '1.0.1';
+ public const VERSION = '1.0.2';
10
public const API_VERSION = 'v2';
11
public const API_URI = 'https://api.vultr.com/';
12
public const USERAGENT = 'VultrPhp/'.self::VERSION. '(API_VERSION: '.self::API_VERSION.')';
0 commit comments