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

Commit

Permalink
chore: release 2.2.0 (#427)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
## [2.2.0](https://www.github.com/googleapis/java-grafeas/compare/v2.1.3...v2.2.0) (2022-01-07)


### Features

* Updating the grafeas protos to include compliance and intoto attestation protos ([#428](https://www.github.com/googleapis/java-grafeas/issues/428)) ([2bcd97c](https://www.github.com/googleapis/java-grafeas/commit/2bcd97cfdb56199139fe0d5bd823b8810e48db86))


### Bug Fixes

* **java:** add -ntp flag to native image testing command ([#426](https://www.github.com/googleapis/java-grafeas/issues/426)) ([cef2f85](https://www.github.com/googleapis/java-grafeas/commit/cef2f854f69c48cde5bad7f09845cef344497d64))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.6.0 ([#437](https://www.github.com/googleapis/java-grafeas/issues/437)) ([edb2bfa](https://www.github.com/googleapis/java-grafeas/commit/edb2bfa780ca0c5de0d3dc030a299edb96078ab0))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Jan 7, 2022
1 parent edb2bfa commit 1a30075
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog

## [2.2.0](https://www.github.com/googleapis/java-grafeas/compare/v2.1.3...v2.2.0) (2022-01-07)


### Features

* Updating the grafeas protos to include compliance and intoto attestation protos ([#428](https://www.github.com/googleapis/java-grafeas/issues/428)) ([2bcd97c](https://www.github.com/googleapis/java-grafeas/commit/2bcd97cfdb56199139fe0d5bd823b8810e48db86))


### Bug Fixes

* **java:** add -ntp flag to native image testing command ([#426](https://www.github.com/googleapis/java-grafeas/issues/426)) ([cef2f85](https://www.github.com/googleapis/java-grafeas/commit/cef2f854f69c48cde5bad7f09845cef344497d64))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.6.0 ([#437](https://www.github.com/googleapis/java-grafeas/issues/437)) ([edb2bfa](https://www.github.com/googleapis/java-grafeas/commit/edb2bfa780ca0c5de0d3dc030a299edb96078ab0))

### [2.1.3](https://www.github.com/googleapis/java-grafeas/compare/v2.1.2...v2.1.3) (2021-12-03)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.grafeas</groupId>
<artifactId>grafeas</artifactId>
<version>2.1.4-SNAPSHOT</version><!-- {x-version-update:grafeas:current} -->
<version>2.2.0</version><!-- {x-version-update:grafeas:current} -->
<packaging>jar</packaging>
<name>Grafeas Client</name>
<url>https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/grafeas
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

grafeas:2.1.3:2.1.4-SNAPSHOT
grafeas:2.2.0:2.2.0

0 comments on commit 1a30075

Please sign in to comment.