diff --git a/CHANGELOG.md b/CHANGELOG.md index 34e5ec8a..fa1ef058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.1](https://github.com/googleapis/java-grafeas/compare/v2.4.0...v2.4.1) (2022-07-13) + + +### Bug Fixes + +* enable longpaths support for windows test ([#1485](https://github.com/googleapis/java-grafeas/issues/1485)) ([#509](https://github.com/googleapis/java-grafeas/issues/509)) ([11d7cb5](https://github.com/googleapis/java-grafeas/commit/11d7cb537814ca3f56464eb6ecf1087e51d14b3e)) + ## [2.4.0](https://github.com/googleapis/java-grafeas/compare/v2.3.1...v2.4.0) (2022-06-30) diff --git a/pom.xml b/pom.xml index 3dd24928..9c397ebb 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 io.grafeas grafeas - 2.4.1-SNAPSHOT + 2.4.1 jar Grafeas Client https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/grafeas diff --git a/versions.txt b/versions.txt index 6ec27f58..8133ed3c 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -grafeas:2.4.0:2.4.1-SNAPSHOT +grafeas:2.4.1:2.4.1