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 e99722b commit 3f180a1Copy full SHA for 3f180a1
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## master
+## 2.2.0 (22.06.2020)
4
* Feature: Allow specifying labels on `createImage`
5
* Feature: Allow creation of Servers with Networks
6
* Bugfix: The name of ISOs is not set on private ISOs, use the ID instead
src/HetznerAPIClient.php
@@ -22,7 +22,7 @@ class HetznerAPIClient
22
/**
23
* Version of the API Client.
24
*/
25
- const VERSION = '2.1.0';
+ const VERSION = '2.2.0';
26
27
const MAX_ENTITIES_PER_PAGE = 50;
28
0 commit comments