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

Commit 3f8172f

Browse files
chore(main): release 2.12.0
1 parent 9aa9826 commit 3f8172f

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [2.12.0](https://github.com/googleapis/python-secret-manager/compare/v2.11.1...v2.12.0) (2022-07-16)
4+
5+
6+
### Features
7+
8+
* add audience parameter ([bf4130e](https://github.com/googleapis/python-secret-manager/commit/bf4130efb313041e3451ba0e10181aa2f0c05987))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** require google-api-core >= 2.8.0 ([#315](https://github.com/googleapis/python-secret-manager/issues/315)) ([bf4130e](https://github.com/googleapis/python-secret-manager/commit/bf4130efb313041e3451ba0e10181aa2f0c05987))
14+
* **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))
15+
* require python 3.7+ ([#317](https://github.com/googleapis/python-secret-manager/issues/317)) ([971a802](https://github.com/googleapis/python-secret-manager/commit/971a802403e44ef98a4250789f825024c67b9d3f))
16+
317
## [2.11.1](https://github.com/googleapis/python-secret-manager/compare/v2.11.0...v2.11.1) (2022-06-06)
418

519

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
name = "google-cloud-secret-manager"
2323
description = "Secret Manager API API client library"
24-
version = "2.11.1"
24+
version = "2.12.0"
2525
release_status = "Development Status :: 5 - Production/Stable"
2626
dependencies = [
2727
"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.*",

0 commit comments

Comments
 (0)