From 610e949e39fbb991eef697082064254c2871b219 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 12:35:01 +0100 Subject: [PATCH] chore(release-1.x): release 1.53.0 (#337) :robot: I have created a release *beep* *boop* --- ## [1.53.0](https://github.com/hetznercloud/hcloud-go/compare/v1.52.0...v1.53.0) (2023-10-20) ### Features * **error:** include http response in api errors ([#335](https://github.com/hetznercloud/hcloud-go/issues/335)) ([4984025](https://github.com/hetznercloud/hcloud-go/commit/49840253cdf566ba47a86917e5f8255438b0fc05)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ hcloud/hcloud.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99f0f90f..b91a6694 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.53.0](https://github.com/hetznercloud/hcloud-go/compare/v1.52.0...v1.53.0) (2023-10-20) + + +### Features + +* **error:** include http response in api errors ([#335](https://github.com/hetznercloud/hcloud-go/issues/335)) ([4984025](https://github.com/hetznercloud/hcloud-go/commit/49840253cdf566ba47a86917e5f8255438b0fc05)) + ## [1.52.0](https://github.com/hetznercloud/hcloud-go/compare/v1.51.0...v1.52.0) (2023-10-12) diff --git a/hcloud/hcloud.go b/hcloud/hcloud.go index 682b8eaa..b4ce367a 100644 --- a/hcloud/hcloud.go +++ b/hcloud/hcloud.go @@ -2,4 +2,4 @@ package hcloud // Version is the library's version following Semantic Versioning. -const Version = "1.52.0" // x-release-please-version +const Version = "1.53.0" // x-release-please-version