diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c312a242..c50c4426e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-storage/#history +## [2.5.1](https://github.com/googleapis/python-storage/compare/v2.5.0...v2.5.1) (2022-08-11) + + +### Documentation + +* clarify prefixes entity in list_blobs and link sample ([#837](https://github.com/googleapis/python-storage/issues/837)) ([7101f47](https://github.com/googleapis/python-storage/commit/7101f47fde663eec4bbaaa246c7fe4e973ca2506)) + ## [2.5.0](https://github.com/googleapis/python-storage/compare/v2.4.0...v2.5.0) (2022-07-24) diff --git a/google/cloud/storage/version.py b/google/cloud/storage/version.py index 5836d8051..aa1cc6e9e 100644 --- a/google/cloud/storage/version.py +++ b/google/cloud/storage/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2.5.0" +__version__ = "2.5.1"