We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b16e2 commit 086d71bCopy full SHA for 086d71b
3 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v1.1.1 - 2018-04-03
4
+* **[Enhancement]** `$server->getPublicNet()` now returns all data.
5
+* **[Enhancement]** Added `->toArray()` to all objects.
6
+
7
## v1.1.0 - 2018-04-02
8
* **[Feature]** Added `Servers::changeProtection`
9
* **[Feature]** Added `Servers::RequestConsole`
VERSION
@@ -1 +1 @@
-v1.1.0
+v1.1.1
src/HetznerCloud.php
@@ -9,7 +9,7 @@
final class HetznerCloud
10
{
11
12
- const VERSION = 'v1.1.0';
+ const VERSION = 'v1.1.1';
13
14
const GITHUB = 'https://github.com/exploriment/hcloud-php';
15
0 commit comments