From 936e80d2b64cb06c7d2d724599610b1169ef347f Mon Sep 17 00:00:00 2001 From: Vinnie Marone Date: Tue, 13 Dec 2022 00:07:57 -0500 Subject: [PATCH] Update Changelog and VultrConfig with version --- CHANGELOG.md | 3 +++ src/VultrConfig.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95c15f3c..b8272dc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/VultrConfig.php b/src/VultrConfig.php index 3f5710d6..610b714d 100644 --- a/src/VultrConfig.php +++ b/src/VultrConfig.php @@ -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.')';