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

Commit

Permalink
chore: release 1.2.3 (#328)
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] committed Jul 1, 2021
1 parent 6406793 commit ab1bfcb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog

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


### Bug Fixes

* Add `shopt -s nullglob` to dependencies script ([#331](https://www.github.com/googleapis/java-grafeas/issues/331)) ([ec2c158](https://www.github.com/googleapis/java-grafeas/commit/ec2c158091b94863528662c335a0a10fac1c99db))
* Update dependencies.sh to not break on mac ([#327](https://www.github.com/googleapis/java-grafeas/issues/327)) ([1135609](https://www.github.com/googleapis/java-grafeas/commit/1135609987044590b564a7fac0f45317f6127af0))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v1.4.0 ([#333](https://www.github.com/googleapis/java-grafeas/issues/333)) ([bc609ac](https://www.github.com/googleapis/java-grafeas/commit/bc609ac9101a25fcc5162f99139e52abb8497d0b))
* update dependency com.puppycrawl.tools:checkstyle to v8.44 ([#332](https://www.github.com/googleapis/java-grafeas/issues/332)) ([6406793](https://www.github.com/googleapis/java-grafeas/commit/640679381bf5d29375c568d2c82cfe85508514d4))

### [1.2.2](https://www.github.com/googleapis/java-grafeas/compare/v1.2.1...v1.2.2) (2021-06-09)


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

0 comments on commit ab1bfcb

Please sign in to comment.