From 4ccd023bafe07d9849c71fa850264d79e7a14488 Mon Sep 17 00:00:00 2001 From: Benjamin Kircher Date: Wed, 22 Sep 2021 10:10:09 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb1ad0b1..0b5235d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Changelog -## v0.11.0 (UNRELEASED) +## v0.11.0 (2021-09-22) FEATURES: +* Release tarballs now include version strings. With this you can simply use make(1) in a build environment without git(1) installed and still have `gscloud version` produce correct output (Fixes [#131](https://github.com/gridscale/gscloud/issues/131)). * gscloud-server-create `--with-template` learned to accept IDs in addition to template names (see [PR #133](https://github.com/gridscale/gscloud/pull/133)). FIXED: