Skip to content

Commit

Permalink
chore(release-1.x): release 1.49.0 (#292)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 10, 2023
1 parent c437163 commit 6390788
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.49.0](https://github.com/hetznercloud/hcloud-go/compare/v1.48.0...v1.49.0) (2023-08-08)


### Features

* **metadata:** add timeout option ([#293](https://github.com/hetznercloud/hcloud-go/issues/293)) ([#294](https://github.com/hetznercloud/hcloud-go/issues/294)) ([6b1d465](https://github.com/hetznercloud/hcloud-go/commit/6b1d4650a743e6d72a8498d262e1c270e38ab590))


### Bug Fixes

* **action:** unexpected behaviour when watching non-existing Actions ([#298](https://github.com/hetznercloud/hcloud-go/issues/298)) ([#300](https://github.com/hetznercloud/hcloud-go/issues/300)) ([c437163](https://github.com/hetznercloud/hcloud-go/commit/c437163010bd5e898f182fc15691830fd5a4e4a7))
* **instrumentation:** multiple instrumented clients cause panic ([#289](https://github.com/hetznercloud/hcloud-go/issues/289)) ([#290](https://github.com/hetznercloud/hcloud-go/issues/290)) ([11e2297](https://github.com/hetznercloud/hcloud-go/commit/11e22979044177a9fd1f6dac395581cf1b1b590c))

## [1.48.0](https://github.com/hetznercloud/hcloud-go/compare/v1.47.0...v1.48.0) (2023-07-12)


Expand Down
2 changes: 1 addition & 1 deletion hcloud/hcloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
package hcloud

// Version is the library's version following Semantic Versioning.
const Version = "1.48.0" // x-release-please-version
const Version = "1.49.0" // x-release-please-version

0 comments on commit 6390788

Please sign in to comment.