Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#89)
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] committed Oct 4, 2022
1 parent 41005b7 commit 6aa7979
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/google-cloud-certificate-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/googleapis/python-certificate-manager/compare/v1.0.1...v1.1.0) (2022-10-03)


### Features

* Added support for Private Trust to Certificate Manager API ([#88](https://github.com/googleapis/python-certificate-manager/issues/88)) ([5cf35e2](https://github.com/googleapis/python-certificate-manager/commit/5cf35e2e9bb8a6c15daf006451ef0cefe4b20b6f))

## [1.0.1](https://github.com/googleapis/python-certificate-manager/compare/v1.0.0...v1.0.1) (2022-09-29)


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 = "1.0.1"
version = "1.1.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 6aa7979

Please sign in to comment.