From 9adda502ebdcd54075234cc5330a17e648e0f1b1 Mon Sep 17 00:00:00 2001 From: Benjamin Kircher Date: Fri, 19 Feb 2021 20:24:32 +0100 Subject: [PATCH] Bump changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66663551..f0df8385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ # Changelog -## v0.8.0 (UNRELEASED) +## v0.8.0 (2021-02-19) FEATURES: * You can now create networks with gscloud-network-create ([PR #107](https://github.com/gridscale/gscloud/pull/107)). * Make gscloud-server-events a bit more useful by adding initiator column and removing other less useful ones ([#110](https://github.com/gridscale/gscloud/issues/110)). +* gscloud server rm learned a `--include-related` flag that includes storages and assigned IP addresses when removing servers ([#98](https://github.com/gridscale/gscloud/issues/98)). +* Added examples to the README to get started more quickly ([#93](https://github.com/gridscale/gscloud/issues/93)). FIXED: