Skip to content

Commit 040c56f

Browse files
committed
Prepare Release v2.2.1
1 parent ac0ea5e commit 040c56f

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.1 (22.07.2020)
44
* Make package requirements less strict
55
* Bugfix: getByName functions had a wrong return type and failed when a resource was not found by name [#50](https://github.com/LKDevelopment/hetzner-cloud-php-sdk/issues/50)
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.2.0';
25+
const VERSION = '2.2.1';
2626

2727
const MAX_ENTITIES_PER_PAGE = 50;
2828

0 commit comments

Comments
 (0)