We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 654a387 commit b46c5fdCopy full SHA for b46c5fd
CHANGELOG.md
@@ -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
5
## v2.5.0 (2025-02-11)
6
7
* [GH-3278](https://github.com/gophercloud/gophercloud/pull/3278) [v2] test: Ensure that randomly created secgroup rules don't conflict
provider_client.go
@@ -13,7 +13,7 @@ import (
13
14
// DefaultUserAgent is the default User-Agent string set in the request header.
15
const (
16
- DefaultUserAgent = "gophercloud/v2.5.0"
+ DefaultUserAgent = "gophercloud/v2.6.0"
17
DefaultMaxBackoffRetries = 60
18
)
19
0 commit comments