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
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 12, 2021
1 parent cb65ffe commit 32723c6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# 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))

### [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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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 32723c6

Please sign in to comment.