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 279c266 commit 0304d32Copy full SHA for 0304d32
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## master
+## 2.1.0 (04.05.2020)
4
* Bugfix: Fix wrong Guzzle Client Type on Server, Volume and FloatingIp Model.
5
* Feature: Allow overriding of Guzzle Client configuration on `LKDev\HetznerCloud\Clients\GuzzleClient`
6
src/HetznerAPIClient.php
@@ -22,7 +22,7 @@ class HetznerAPIClient
22
/**
23
* Version of the API Client.
24
*/
25
- const VERSION = '2.0.1';
+ const VERSION = '2.1.0';
26
27
const MAX_ENTITIES_PER_PAGE = 50;
28
0 commit comments