Skip to content

Commit 28ea030

Browse files
authored
Prepare 2.3.0 (#66)
1 parent eedb5da commit 28ea030

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Changelog
22

3-
## master
3+
## 2.3.0 (03.02.2021)
44
* Add support for creating Certificates
55
* Add support for creating resources with labels
66
* Allow setting of "null" `$dnsPtr` value on `changeReverseDNS` of FloatingIP & Server, this resets the DNS PTR to the default value
77
* Support PHP 8.0
8+
* Improve Creating Floating IPs
89

910
## 2.2.2 (05.10.2020)
1011

src/HetznerAPIClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class HetznerAPIClient
2626
/**
2727
* Version of the API Client.
2828
*/
29-
const VERSION = '2.2.2';
29+
const VERSION = '2.3.0';
3030

3131
const MAX_ENTITIES_PER_PAGE = 50;
3232

0 commit comments

Comments
 (0)