Skip to content

Commit 19c426d

Browse files
Prepare release v1.5.0
1 parent 1f574bb commit 19c426d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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

314
New features and improvements:

provider_client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
// DefaultUserAgent is the default User-Agent string set in the request header.
1616
const (
17-
DefaultUserAgent = "gophercloud/v1.4.0"
17+
DefaultUserAgent = "gophercloud/v1.5.0"
1818
DefaultMaxBackoffRetries = 60
1919
)
2020

0 commit comments

Comments
 (0)