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 3b22f7a commit 610b48fCopy full SHA for 610b48f
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 2.0.1 (29.01.2020)
4
+* Bugfix: Floating IP description which can be null [#36](https://github.com/LKDevelopment/hetzner-cloud-php-sdk/pull/36)
5
+
6
## 2.0.0 (24.01.2020)
7
+ The `all`-Method on the Models return now every entity of the requested resource. For the old behavior see `list`-Method
8
+ Added `list`-Method which allows a better control over getting many entities
src/HetznerAPIClient.php
@@ -22,7 +22,7 @@ class HetznerAPIClient
22
/**
23
* Version of the API Client.
24
*/
25
- const VERSION = '2.0.0';
+ const VERSION = '2.0.1';
26
27
const MAX_ENTITIES_PER_PAGE = 50;
28
0 commit comments