Skip to content

Commit

Permalink
Prepare 2.3.0 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
LKaemmerling authored Feb 3, 2021
1 parent eedb5da commit 28ea030
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion src/HetznerAPIClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 28ea030

Please sign in to comment.