Skip to content

Commit

Permalink
chore(main): release 1.4.0 (#268)
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 19, 2022
1 parent b3db8f5 commit 814e712
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-private-ca/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.4.0](https://github.com/googleapis/python-security-private-ca/compare/v1.3.2...v1.4.0) (2022-07-18)


### Features

* add audience parameter ([0acce95](https://github.com/googleapis/python-security-private-ca/commit/0acce95d4e06f3b5048445b95942c4331c509996))


### Bug Fixes

* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#265](https://github.com/googleapis/python-security-private-ca/issues/265)) ([0acce95](https://github.com/googleapis/python-security-private-ca/commit/0acce95d4e06f3b5048445b95942c4331c509996))
* require python 3.7+ ([#267](https://github.com/googleapis/python-security-private-ca/issues/267)) ([66d820c](https://github.com/googleapis/python-security-private-ca/commit/66d820c9345aa6407a758dac22c8154840518557))

## [1.3.2](https://github.com/googleapis/python-security-private-ca/compare/v1.3.1...v1.3.2) (2022-06-03)


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

import setuptools # type: ignore

version = "1.3.2"
version = "1.4.0"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit 814e712

Please sign in to comment.