Skip to content

Commit

Permalink
chore(main): release 2.12.3 (#336)
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 Aug 16, 2022
1 parent 5ef83b3 commit e70760f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/google-cloud-secret-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.12.3](https://github.com/googleapis/python-secret-manager/compare/v2.12.2...v2.12.3) (2022-08-11)


### Bug Fixes

* **deps:** allow protobuf < 5.0.0 ([#335](https://github.com/googleapis/python-secret-manager/issues/335)) ([34c5858](https://github.com/googleapis/python-secret-manager/commit/34c5858cbd1971f270e73d2af3b45ecaa4adb7e2))
* **deps:** require proto-plus >= 1.22.0 ([34c5858](https://github.com/googleapis/python-secret-manager/commit/34c5858cbd1971f270e73d2af3b45ecaa4adb7e2))

## [2.12.2](https://github.com/googleapis/python-secret-manager/compare/v2.12.1...v2.12.2) (2022-08-08)


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.12.2"
version = "2.12.3"
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 e70760f

Please sign in to comment.