Skip to content

Commit 5a84dd9

Browse files
chore(main): release 2.13.1 (#509)
🤖 I have created a release *beep* *boop* --- ## [2.13.1](v2.13.0...v2.13.1) (2024-08-09) ### Bug Fixes * `invalid_input` API errors may not return details ([#507](#507)) ([ca78af2](ca78af2)) --- 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>
1 parent ca78af2 commit 5a84dd9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.13.0"}
1+
{".":"2.13.1"}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.13.1](https://github.com/hetznercloud/hcloud-go/compare/v2.13.0...v2.13.1) (2024-08-09)
4+
5+
6+
### Bug Fixes
7+
8+
* `invalid_input` API errors may not return details ([#507](https://github.com/hetznercloud/hcloud-go/issues/507)) ([ca78af2](https://github.com/hetznercloud/hcloud-go/commit/ca78af2af8acd375460c0f9705ea9d62d5ee1cc4))
9+
310
## [2.13.0](https://github.com/hetznercloud/hcloud-go/compare/v2.12.0...v2.13.0) (2024-08-06)
411

512

hcloud/hcloud.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ breaking changes.
2727
package hcloud
2828

2929
// Version is the library's version following Semantic Versioning.
30-
const Version = "2.13.0" // x-release-please-version
30+
const Version = "2.13.1" // x-release-please-version

0 commit comments

Comments
 (0)