From fc023e8337f2f8f4c6e8cd3742f989916f682c77 Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:29:11 +0100 Subject: [PATCH] chore(main): release 1.41.0 (#627) :robot: I have created a release *beep* *boop* --- ## [1.41.0](https://github.com/hetznercloud/cli/compare/v1.40.0...v1.41.0) (2023-12-13) ### Features * allow YAML output ([#628](https://github.com/hetznercloud/cli/issues/628)) ([87552d2](https://github.com/hetznercloud/cli/commit/87552d2a684f7147dc0528e32915fa96dd7332ad)) * **server:** allow to filter list by server status ([#629](https://github.com/hetznercloud/cli/issues/629)) ([1cb51f2](https://github.com/hetznercloud/cli/commit/1cb51f2f4148d9a0825c127910ddcb72ceac349f)), closes [#623](https://github.com/hetznercloud/cli/issues/623) ### Bug Fixes * make JSON/YAML outputs consistent ([#622](https://github.com/hetznercloud/cli/issues/622)) ([43944b8](https://github.com/hetznercloud/cli/commit/43944b8561071883616f10cf03b6e714d3a4fa88)) * **server:** properly format request-console JSON output ([#626](https://github.com/hetznercloud/cli/issues/626)) ([40641b6](https://github.com/hetznercloud/cli/commit/40641b6f0ede6beb45ddbcd8362f6b0609e60eba)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b3c6859..735ab056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.41.0](https://github.com/hetznercloud/cli/compare/v1.40.0...v1.41.0) (2023-12-13) + + +### Features + +* allow YAML output ([#628](https://github.com/hetznercloud/cli/issues/628)) ([87552d2](https://github.com/hetznercloud/cli/commit/87552d2a684f7147dc0528e32915fa96dd7332ad)) +* **server:** allow to filter list by server status ([#629](https://github.com/hetznercloud/cli/issues/629)) ([1cb51f2](https://github.com/hetznercloud/cli/commit/1cb51f2f4148d9a0825c127910ddcb72ceac349f)), closes [#623](https://github.com/hetznercloud/cli/issues/623) + + +### Bug Fixes + +* make JSON/YAML outputs consistent ([#622](https://github.com/hetznercloud/cli/issues/622)) ([43944b8](https://github.com/hetznercloud/cli/commit/43944b8561071883616f10cf03b6e714d3a4fa88)) +* **server:** properly format request-console JSON output ([#626](https://github.com/hetznercloud/cli/issues/626)) ([40641b6](https://github.com/hetznercloud/cli/commit/40641b6f0ede6beb45ddbcd8362f6b0609e60eba)) + ## [1.40.0](https://github.com/hetznercloud/cli/compare/v1.39.0...v1.40.0) (2023-11-14)