Skip to content

Commit 346fba5

Browse files
chore(main): release v2.24.0 (#725)
### Features - add new ip_range param to ServerAttachToNetwork (#723) - add new ip_range param to LoadBalancerAttachToNetwork (#724) --- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b576819 commit 346fba5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [v2.24.0](https://github.com/hetznercloud/hcloud-go/releases/tag/v2.24.0)
4+
5+
### Features
6+
7+
- add new ip_range param to ServerAttachToNetwork (#723)
8+
- add new ip_range param to LoadBalancerAttachToNetwork (#724)
9+
310
## [v2.23.0](https://github.com/hetznercloud/hcloud-go/releases/tag/v2.23.0)
411

512
### Features

hcloud/hcloud.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ breaking changes.
3131
package hcloud
3232

3333
// Version is the library's version following Semantic Versioning.
34-
const Version = "2.23.0" // x-releaser-pleaser-version
34+
const Version = "2.24.0" // x-releaser-pleaser-version

0 commit comments

Comments
 (0)