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

Commit 139460e

Browse files
chore: release 2.0.0
1 parent f8d0d5d commit 139460e

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [2.0.0](https://www.github.com/googleapis/java-grafeas/compare/v1.2.3...v2.0.0) (2021-08-12)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* release gapic-generator-java v2.0.0 (#348)
9+
10+
### Features
11+
12+
* 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))
13+
14+
15+
### Dependencies
16+
17+
* 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))
18+
* 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))
19+
320
### [1.2.3](https://www.github.com/googleapis/java-grafeas/compare/v1.2.2...v1.2.3) (2021-07-01)
421

522

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>io.grafeas</groupId>
77
<artifactId>grafeas</artifactId>
8-
<version>1.2.4-SNAPSHOT</version><!-- {x-version-update:grafeas:current} -->
8+
<version>2.0.0</version><!-- {x-version-update:grafeas:current} -->
99
<packaging>jar</packaging>
1010
<name>Grafeas Client</name>
1111
<url>https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/grafeas

versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
grafeas:1.2.3:1.2.4-SNAPSHOT
4+
grafeas:2.0.0:2.0.0

0 commit comments

Comments
 (0)