Skip to content

Commit b46c5fd

Browse files
committed
Prepare v2.6.0
1 parent 654a387 commit b46c5fd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v2.6.0 (2025-03-03)
2+
3+
* [GH-3309](https://github.com/gophercloud/gophercloud/pull/3309) Backport: Added support for hypervisor_hostname to v2
4+
15
## v2.5.0 (2025-02-11)
26

37
* [GH-3278](https://github.com/gophercloud/gophercloud/pull/3278) [v2] test: Ensure that randomly created secgroup rules don't conflict

provider_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
// DefaultUserAgent is the default User-Agent string set in the request header.
1515
const (
16-
DefaultUserAgent = "gophercloud/v2.5.0"
16+
DefaultUserAgent = "gophercloud/v2.6.0"
1717
DefaultMaxBackoffRetries = 60
1818
)
1919

0 commit comments

Comments
 (0)