Skip to content

Commit 889134e

Browse files
authored
Prepare 1.4.0 (#11)
1 parent 479d49e commit 889134e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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.4.0 (27.02.2019)
4+
+ Implement `metrics` method on `LKDev\HetznerCloud\Models\Server\Server` (@paulus7, https://github.com/LKDevelopment/hetzner-cloud-php-sdk/pull/10)
5+
36
## 1.3.1 (20.02.2019)
47
+ Fix a error on the update methods.
58

src/HetznerAPIClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class HetznerAPIClient
2323
/**
2424
* Version of the API Client
2525
*/
26-
const VERSION = "1.3.1";
26+
const VERSION = "1.4.0";
2727

2828
/**
2929
* @var string
@@ -227,4 +227,4 @@ public function httpClient()
227227
{
228228
return $this->httpClient;
229229
}
230-
}
230+
}

0 commit comments

Comments
 (0)