Skip to content

Commit d4780d9

Browse files
committed
Prepare Release 1.8.2
1 parent 0577f7a commit d4780d9

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+
## 1.8.2 (11.11.2019)
4+
+ Fix wrong pagination Parameter (#29)
5+
36
## 1.8.1 (21.10.2019)
47
+ Fix labels translation from json to array in `Image`, `Network`, `SSHKey` and `Volume`
58

src/HetznerAPIClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class HetznerAPIClient
2424
/**
2525
* Version of the API Client
2626
*/
27-
const VERSION = "1.8.1";
27+
const VERSION = "1.8.2";
2828

2929
/**
3030
* @var string

0 commit comments

Comments
 (0)