Skip to content

Commit

Permalink
chore(main): release 2.12.0 (#318)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jul 18, 2022
1 parent 1af9a53 commit 89c90da
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/google-cloud-secret-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.12.0](https://github.com/googleapis/python-secret-manager/compare/v2.11.1...v2.12.0) (2022-07-16)


### Features

* add audience parameter ([bf4130e](https://github.com/googleapis/python-secret-manager/commit/bf4130efb313041e3451ba0e10181aa2f0c05987))


### Bug Fixes

* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#320](https://github.com/googleapis/python-secret-manager/issues/320)) ([311a877](https://github.com/googleapis/python-secret-manager/commit/311a8779c3311aef4d10b85a1e1b2462c5aefff4))
* require python 3.7+ ([#317](https://github.com/googleapis/python-secret-manager/issues/317)) ([971a802](https://github.com/googleapis/python-secret-manager/commit/971a802403e44ef98a4250789f825024c67b9d3f))

## [2.11.1](https://github.com/googleapis/python-secret-manager/compare/v2.11.0...v2.11.1) (2022-06-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-secret-manager/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

name = "google-cloud-secret-manager"
description = "Secret Manager API API client library"
version = "2.11.1"
version = "2.12.0"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",
Expand Down

0 comments on commit 89c90da

Please sign in to comment.