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.8.0 (#211)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
## [2.8.0](https://www.github.com/googleapis/python-secret-manager/compare/v2.7.3...v2.8.0) (2021-11-08)


### Features

* add context manager support in client ([#210](https://www.github.com/googleapis/python-secret-manager/issues/210)) ([8d247d4](https://www.github.com/googleapis/python-secret-manager/commit/8d247d4b7f96faa61532ac09ef95e2599c523702))
* add support for python 3.10 ([#214](https://www.github.com/googleapis/python-secret-manager/issues/214)) ([5e3cc7e](https://www.github.com/googleapis/python-secret-manager/commit/5e3cc7ef9a0e3660c9734f989d5b1e82a18d336c))


### Bug Fixes

* **deps:** drop packaging dependency ([6aac11f](https://www.github.com/googleapis/python-secret-manager/commit/6aac11f08d396835f7c4ca71c7a2f2a2a48e96db))
* **deps:** require google-api-core >= 1.28.0 ([6aac11f](https://www.github.com/googleapis/python-secret-manager/commit/6aac11f08d396835f7c4ca71c7a2f2a2a48e96db))


### Documentation

* list oneofs in docstring ([6aac11f](https://www.github.com/googleapis/python-secret-manager/commit/6aac11f08d396835f7c4ca71c7a2f2a2a48e96db))
* **samples:** Add filtered listing samples ([#209](https://www.github.com/googleapis/python-secret-manager/issues/209)) ([316de2d](https://www.github.com/googleapis/python-secret-manager/commit/316de2d68283e4c1da7f4fdc24fc7e6d65adbfd0))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Nov 9, 2021
1 parent 316de2d commit 864f928
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,25 @@
# Changelog

## [2.8.0](https://www.github.com/googleapis/python-secret-manager/compare/v2.7.3...v2.8.0) (2021-11-08)


### Features

* add context manager support in client ([#210](https://www.github.com/googleapis/python-secret-manager/issues/210)) ([8d247d4](https://www.github.com/googleapis/python-secret-manager/commit/8d247d4b7f96faa61532ac09ef95e2599c523702))
* add support for python 3.10 ([#214](https://www.github.com/googleapis/python-secret-manager/issues/214)) ([5e3cc7e](https://www.github.com/googleapis/python-secret-manager/commit/5e3cc7ef9a0e3660c9734f989d5b1e82a18d336c))


### Bug Fixes

* **deps:** drop packaging dependency ([6aac11f](https://www.github.com/googleapis/python-secret-manager/commit/6aac11f08d396835f7c4ca71c7a2f2a2a48e96db))
* **deps:** require google-api-core >= 1.28.0 ([6aac11f](https://www.github.com/googleapis/python-secret-manager/commit/6aac11f08d396835f7c4ca71c7a2f2a2a48e96db))


### Documentation

* list oneofs in docstring ([6aac11f](https://www.github.com/googleapis/python-secret-manager/commit/6aac11f08d396835f7c4ca71c7a2f2a2a48e96db))
* **samples:** Add filtered listing samples ([#209](https://www.github.com/googleapis/python-secret-manager/issues/209)) ([316de2d](https://www.github.com/googleapis/python-secret-manager/commit/316de2d68283e4c1da7f4fdc24fc7e6d65adbfd0))

### [2.7.3](https://www.github.com/googleapis/python-secret-manager/compare/v2.7.2...v2.7.3) (2021-09-30)


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.7.3"
version = "2.8.0"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
Expand Down

0 comments on commit 864f928

Please sign in to comment.