File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ ## v1.5.0 (2023-06-21)
2+
3+ New features and improvements:
4+
5+ * [ GH-2634 ] ( https://github.com/gophercloud/gophercloud/pull/2634 ) baremetal: update inspection inventory with recent additions
6+ * [ GH-2635 ] ( https://github.com/gophercloud/gophercloud/pull/2635 ) [ manila] : Add Share Replicas support
7+ * [ GH-2637 ] ( https://github.com/gophercloud/gophercloud/pull/2637 ) [ FWaaS_v2] : Add FWaaS_V2 workflow and enable tests
8+ * [ GH-2639 ] ( https://github.com/gophercloud/gophercloud/pull/2639 ) Implement errors.Unwrap() on unexpected status code errors
9+ * [ GH-2648 ] ( https://github.com/gophercloud/gophercloud/pull/2648 ) [ manila] : implement share transfer API
10+
11+
112## v1.4.0 (2023-05-25)
213
314New features and improvements:
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414
1515// DefaultUserAgent is the default User-Agent string set in the request header.
1616const (
17- DefaultUserAgent = "gophercloud/v1.4 .0"
17+ DefaultUserAgent = "gophercloud/v1.5 .0"
1818 DefaultMaxBackoffRetries = 60
1919)
2020
You can’t perform that action at this time.
0 commit comments