Skip to content

Commit 610b48f

Browse files
authored
Prepeare Release v2.0.1 (#37)
1 parent 3b22f7a commit 610b48f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

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+
36
## 2.0.0 (24.01.2020)
47
+ The `all`-Method on the Models return now every entity of the requested resource. For the old behavior see `list`-Method
58
+ Added `list`-Method which allows a better control over getting many entities

src/HetznerAPIClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class HetznerAPIClient
2222
/**
2323
* Version of the API Client.
2424
*/
25-
const VERSION = '2.0.0';
25+
const VERSION = '2.0.1';
2626

2727
const MAX_ENTITIES_PER_PAGE = 50;
2828

0 commit comments

Comments
 (0)