Skip to content

Commit 3f180a1

Browse files
authored
Prepare Release 2.2.0 (#49)
1 parent e99722b commit 3f180a1

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.2.0 (22.06.2020)
44
* Feature: Allow specifying labels on `createImage`
55
* Feature: Allow creation of Servers with Networks
66
* Bugfix: The name of ISOs is not set on private ISOs, use the ID instead

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

2727
const MAX_ENTITIES_PER_PAGE = 50;
2828

0 commit comments

Comments
 (0)