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

Commit

Permalink
chore(main): release 1.6.0 (#215)
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 Oct 4, 2022
1 parent 6a28e86 commit cb83964
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

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

## [1.6.0](https://github.com/googleapis/python-grafeas/compare/v1.5.1...v1.6.0) (2022-10-03)


### Features

* 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))


### Bug Fixes

* **deps:** Require protobuf >= 3.20.2 ([#213](https://github.com/googleapis/python-grafeas/issues/213)) ([6a28e86](https://github.com/googleapis/python-grafeas/commit/6a28e86042bd3ad7eb7c9096d7e6486cd40878c8))

## [1.5.1](https://github.com/googleapis/python-grafeas/compare/v1.5.0...v1.5.1) (2022-08-11)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

name = "grafeas"
description = "Grafeas API client library"
version = "1.5.1"
version = "1.6.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 cb83964

Please sign in to comment.