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 d4fb78e commit d894ce4Copy full SHA for d894ce4
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 2.4.0 (12.03.2021)
4
5
* Add support for Firewalls
6
src/HetznerAPIClient.php
@@ -27,7 +27,7 @@ class HetznerAPIClient
27
/**
28
* Version of the API Client.
29
*/
30
- const VERSION = '2.3.0';
+ const VERSION = '2.4.0';
31
32
const MAX_ENTITIES_PER_PAGE = 50;
33
0 commit comments