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 eedb5da commit 28ea030Copy full SHA for 28ea030
CHANGELOG.md
@@ -1,10 +1,11 @@
1
# Changelog
2
3
-## master
+## 2.3.0 (03.02.2021)
4
* Add support for creating Certificates
5
* Add support for creating resources with labels
6
* Allow setting of "null" `$dnsPtr` value on `changeReverseDNS` of FloatingIP & Server, this resets the DNS PTR to the default value
7
* Support PHP 8.0
8
+* Improve Creating Floating IPs
9
10
## 2.2.2 (05.10.2020)
11
src/HetznerAPIClient.php
@@ -26,7 +26,7 @@ class HetznerAPIClient
26
/**
27
* Version of the API Client.
28
*/
29
- const VERSION = '2.2.2';
+ const VERSION = '2.3.0';
30
31
const MAX_ENTITIES_PER_PAGE = 50;
32
0 commit comments