Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
chore: release 2.5.0 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jun 8, 2021
1 parent cbcdcd9 commit b2c2352
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## [2.5.0](https://www.github.com/googleapis/python-secret-manager/compare/v2.4.0...v2.5.0) (2021-06-07)


### Features

* Etags in Secret Manager ([#116](https://www.github.com/googleapis/python-secret-manager/issues/116)) ([6ec898e](https://www.github.com/googleapis/python-secret-manager/commit/6ec898e4d671344a3f4a8322417d38c8cf606f1b))


### Bug Fixes

* **deps:** add packaging requirement ([#119](https://www.github.com/googleapis/python-secret-manager/issues/119)) ([0937207](https://www.github.com/googleapis/python-secret-manager/commit/0937207c59753e0b6b595f2ff708826ee3a2c4bd))

## [2.4.0](https://www.github.com/googleapis/python-secret-manager/compare/v2.3.0...v2.4.0) (2021-03-31)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@

name = "google-cloud-secret-manager"
description = "Secret Manager API API client library"
version = "2.4.0"
version = "2.5.0"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
Expand Down

0 comments on commit b2c2352

Please sign in to comment.