FFFF chore: release 1.0.0 (#75) · googleapis/google-cloud-python@9c377d9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c377d9

Browse files
1 parent af0c071 commit 9c377d9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/google-cloud-private-ca/CHANGELOG.md

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

3+
## [1.0.0](https://www.github.com/googleapis/python-security-private-ca/compare/v0.4.0...v1.0.0) (2021-07-12)
4+
5+
6+
### Features
7+
8+
* bump release level to production/stable ([#60](https://www.github.com/googleapis/python-security-private-ca/issues/60)) ([170f9be](https://www.github.com/googleapis/python-security-private-ca/commit/170f9be92448278064fd58f2a9302ca2f8c43b04))
9+
10+
11+
### Documentation
12+
13+
* correct links to product documentation ([#77](https://www.github.com/googleapis/python-security-private-ca/issues/77)) ([97821d7](https://www.github.com/googleapis/python-security-private-ca/commit/97821d774f6f3ff0c889e0ad16ef627549e8e28e))
14+
315
## [0.4.0](https://www.github.com/googleapis/python-security-private-ca/compare/v0.3.0...v0.4.0) (2021-06-30)
416

517

packages/google-cloud-private-ca/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import setuptools # type: ignore
2121

22-
version = "0.4.0"
22+
version = "1.0.0"
2323

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

0 commit comments

Comments
 (0)
0