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

Commit cb83964

Browse files
chore(main): release 1.6.0 (#215)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 6a28e86 commit cb83964

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
[1]: https://pypi.org/project/grafeas/#history
66

7+
## [1.6.0](https://github.com/googleapis/python-grafeas/compare/v1.5.1...v1.6.0) (2022-10-03)
8+
9+
10+
### Features
11+
12+
* Add new analysis status and cvss version fields ([#214](https://github.com/googleapis/python-grafeas/issues/214)) ([f3aaadb](https://github.com/googleapis/python-grafeas/commit/f3aaadb44d99610b056565169d728d762c0d0465))
13+
14+
15+
### Bug Fixes
16+
17+
* **deps:** Require protobuf >= 3.20.2 ([#213](https://github.com/googleapis/python-grafeas/issues/213)) ([6a28e86](https://github.com/googleapis/python-grafeas/commit/6a28e86042bd3ad7eb7c9096d7e6486cd40878c8))
18+
719
## [1.5.1](https://github.com/googleapis/python-grafeas/compare/v1.5.0...v1.5.1) (2022-08-11)
820

921

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
name = "grafeas"
2323
description = "Grafeas API client library"
24-
version = "1.5.1"
24+
version = "1.6.0"
2525
release_status = "Development Status :: 5 - Production/Stable"
2626
dependencies = [
2727
"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)