Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#65)
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 3ee365e commit c812f47
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/google-cloud-certificate-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.2.0](https://github.com/googleapis/python-certificate-manager/compare/v0.1.3...v0.2.0) (2022-07-16)


### Features

* add audience parameter ([72eba35](https://github.com/googleapis/python-certificate-manager/commit/72eba358c16ac170e40da995cab963cb8c4a0d94))


### Bug Fixes

* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([72eba35](https://github.com/googleapis/python-certificate-manager/commit/72eba358c16ac170e40da995cab963cb8c4a0d94))
* Removed resource definition of Compute API resources and incorrect resource references that used them ([#62](https://github.com/googleapis/python-certificate-manager/issues/62)) ([72eba35](https://github.com/googleapis/python-certificate-manager/commit/72eba358c16ac170e40da995cab963cb8c4a0d94))
* require python 3.7+ ([#64](https://github.com/googleapis/python-certificate-manager/issues/64)) ([62b2303](https://github.com/googleapis/python-certificate-manager/commit/62b23030f8f6fe35b822f55044393d9d40adef7c))

## [0.1.3](https://github.com/googleapis/python-certificate-manager/compare/v0.1.2...v0.1.3) (2022-06-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-certificate-manager/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
name = "google-cloud-certificate-manager"
description = "Certificate Manager API client library"
url = "https://github.com/googleapis/python-certificate-manager"
version = "0.1.3"
version = "0.2.0"
release_status = "Development Status :: 4 - Beta"
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 c812f47

Please sign in to comment.