Skip to content

Commit 0304d32

Browse files
authored
Prepare Release v2.1.0 (#42)
1 parent 279c266 commit 0304d32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## master
3+
## 2.1.0 (04.05.2020)
44
* Bugfix: Fix wrong Guzzle Client Type on Server, Volume and FloatingIp Model.
55
* Feature: Allow overriding of Guzzle Client configuration on `LKDev\HetznerCloud\Clients\GuzzleClient`
66

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.1';
25+
const VERSION = '2.1.0';
2626

2727
const MAX_ENTITIES_PER_PAGE = 50;
2828

0 commit comments

Comments
 (0)