From 28ea0305c029301262aaf063ed1ba7afe25dd8a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= Date: Wed, 3 Feb 2021 10:40:54 +0100 Subject: [PATCH] Prepare 2.3.0 (#66) --- CHANGELOG.md | 3 ++- src/HetznerAPIClient.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d46a40..c8bd00c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Changelog -## master +## 2.3.0 (03.02.2021) * Add support for creating Certificates * Add support for creating resources with labels * Allow setting of "null" `$dnsPtr` value on `changeReverseDNS` of FloatingIP & Server, this resets the DNS PTR to the default value * Support PHP 8.0 +* Improve Creating Floating IPs ## 2.2.2 (05.10.2020) diff --git a/src/HetznerAPIClient.php b/src/HetznerAPIClient.php index 5753e48..a768a4a 100644 --- a/src/HetznerAPIClient.php +++ b/src/HetznerAPIClient.php @@ -26,7 +26,7 @@ class HetznerAPIClient /** * Version of the API Client. */ - const VERSION = '2.2.2'; + const VERSION = '2.3.0'; const MAX_ENTITIES_PER_PAGE = 50;