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.0.0 (#352)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
## [2.0.0](https://www.github.com/googleapis/java-grafeas/compare/v1.2.3...v2.0.0) (2021-08-12)


### ⚠ BREAKING CHANGES

* release gapic-generator-java v2.0.0 (#348)

### Features

* release gapic-generator-java v2.0.0 ([#348](https://www.github.com/googleapis/java-grafeas/issues/348)) ([cb65ffe](https://www.github.com/googleapis/java-grafeas/commit/cb65ffe298935753f02c60639b366c66173c1dba))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2 ([#349](https://www.github.com/googleapis/java-grafeas/issues/349)) ([c5f2ce7](https://www.github.com/googleapis/java-grafeas/commit/c5f2ce77cc58eec7c0c28d85f90e8a472d33e354))
* update dependency com.puppycrawl.tools:checkstyle to v8.45.1 ([#347](https://www.github.com/googleapis/java-grafeas/issues/347)) ([f8d0d5d](https://www.github.com/googleapis/java-grafeas/commit/f8d0d5d54f6ee73e7508169a2e2cbd1f6c68f3d2))
---


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 Aug 12, 2021
1 parent a32105d commit 3082a9f
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.0.0](https://www.github.com/googleapis/java-grafeas/compare/v1.2.3...v2.0.0) (2021-08-12)


### ⚠ BREAKING CHANGES

* release gapic-generator-java v2.0.0 (#348)

### Features

* release gapic-generator-java v2.0.0 ([#348](https://www.github.com/googleapis/java-grafeas/issues/348)) ([cb65ffe](https://www.github.com/googleapis/java-grafeas/commit/cb65ffe298935753f02c60639b366c66173c1dba))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2 ([#349](https://www.github.com/googleapis/java-grafeas/issues/349)) ([c5f2ce7](https://www.github.com/googleapis/java-grafeas/commit/c5f2ce77cc58eec7c0c28d85f90e8a472d33e354))
* update dependency com.puppycrawl.tools:checkstyle to v8.45.1 ([#347](https://www.github.com/googleapis/java-grafeas/issues/347)) ([f8d0d5d](https://www.github.com/googleapis/java-grafeas/commit/f8d0d5d54f6ee73e7508169a2e2cbd1f6c68f3d2))

### [1.2.3](https://www.github.com/googleapis/java-grafeas/compare/v1.2.2...v1.2.3) (2021-07-01)


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>1.2.4-SNAPSHOT</version><!-- {x-version-update:grafeas:current} -->
<version>2.0.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:1.2.3:1.2.4-SNAPSHOT
grafeas:2.0.0:2.0.0

0 comments on commit 3082a9f

Please sign in to comment.