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

Commit 97ee75e

Browse files
chore(main): release 1.1.0 (#89)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 5cf35e2 commit 97ee75e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [1.1.0](https://github.com/googleapis/python-certificate-manager/compare/v1.0.1...v1.1.0) (2022-10-03)
4+
5+
6+
### Features
7+
8+
* 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))
9+
310
## [1.0.1](https://github.com/googleapis/python-certificate-manager/compare/v1.0.0...v1.0.1) (2022-09-29)
411

512

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
name = "google-cloud-certificate-manager"
2323
description = "Certificate Manager API client library"
2424
url = "https://github.com/googleapis/python-certificate-manager"
25-
version = "1.0.1"
25+
version = "1.1.0"
2626
release_status = "Development Status :: 5 - Production/Stable"
2727
dependencies = [
2828
"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)