From f766ce4ae869bf06d4ef371afb32e4042b0a75da Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Wed, 4 Aug 2021 10:57:23 +0200 Subject: [PATCH] Release version 0.4.0 * Add `get` sub-command: this allows users to download a specific version of `kubectl` * Fix parsing of global options of kubectl * Fix error reporting of the download helper --- Changelog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changelog b/Changelog index 3d94099..0ef8e84 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,11 @@ +Wed Aug 04 10:55:25 CEST 2021 Flavio Castelli + + * Release v0.4.0 + * Add `get` sub-command: this allows users to download a specific + version of `kubectl` + * Fix parsing of global options of kubectl + * Fix error reporting of the download helper + Tue Jun 22 10:59:56 CEST 2021 Flavio Castelli * Release v0.3.2