diff --git a/CHANGELOG.md b/CHANGELOG.md index e10e766f..5722abcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +### [0.2.2](https://www.github.com/googleapis/java-artifact-registry/compare/v0.2.1...v0.2.2) (2021-07-15) + + +### Bug Fixes + +* Add `shopt -s nullglob` to dependencies script ([#1130](https://www.github.com/googleapis/java-artifact-registry/issues/1130)) ([#74](https://www.github.com/googleapis/java-artifact-registry/issues/74)) ([c6e41b5](https://www.github.com/googleapis/java-artifact-registry/commit/c6e41b5b9e12b83c3bd7637c52c5a0252d1d736e)) +* owlbot post-processor should generate README ([#1154](https://www.github.com/googleapis/java-artifact-registry/issues/1154)) ([#80](https://www.github.com/googleapis/java-artifact-registry/issues/80)) ([5d200ec](https://www.github.com/googleapis/java-artifact-registry/commit/5d200ec8549a1f07ccb0b2521dbe241a97c95024)), closes [#1146](https://www.github.com/googleapis/java-artifact-registry/issues/1146) [#1147](https://www.github.com/googleapis/java-artifact-registry/issues/1147) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v1.4.0 ([#76](https://www.github.com/googleapis/java-artifact-registry/issues/76)) ([11482a4](https://www.github.com/googleapis/java-artifact-registry/commit/11482a4938d5a061b493babd250c4298cf4f65f6)) + ### [0.2.1](https://www.github.com/googleapis/java-artifact-registry/compare/v0.2.0...v0.2.1) (2021-06-09) diff --git a/google-cloud-artifact-registry-bom/pom.xml b/google-cloud-artifact-registry-bom/pom.xml index a03ca39a..f6f13c1f 100644 --- a/google-cloud-artifact-registry-bom/pom.xml +++ b/google-cloud-artifact-registry-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-artifact-registry-bom - 0.2.2-SNAPSHOT + 0.2.2 pom com.google.cloud @@ -56,17 +56,17 @@ com.google.cloud google-cloud-artifact-registry - 0.2.2-SNAPSHOT + 0.2.2 com.google.api.grpc grpc-google-cloud-artifact-registry-v1beta2 - 0.2.2-SNAPSHOT + 0.2.2 com.google.api.grpc proto-google-cloud-artifact-registry-v1beta2 - 0.2.2-SNAPSHOT + 0.2.2 diff --git a/google-cloud-artifact-registry/pom.xml b/google-cloud-artifact-registry/pom.xml index a3fa929f..6e72b17e 100644 --- a/google-cloud-artifact-registry/pom.xml +++ b/google-cloud-artifact-registry/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-artifact-registry - 0.2.2-SNAPSHOT + 0.2.2 jar Google Artifact Registry https://github.com/googleapis/java-artifact-registry @@ -11,7 +11,7 @@ com.google.cloud google-cloud-artifact-registry-parent - 0.2.2-SNAPSHOT + 0.2.2 google-cloud-artifact-registry diff --git a/grpc-google-cloud-artifact-registry-v1beta2/pom.xml b/grpc-google-cloud-artifact-registry-v1beta2/pom.xml index 7dee458d..60e77939 100644 --- a/grpc-google-cloud-artifact-registry-v1beta2/pom.xml +++ b/grpc-google-cloud-artifact-registry-v1beta2/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-artifact-registry-v1beta2 - 0.2.2-SNAPSHOT + 0.2.2 grpc-google-cloud-artifact-registry-v1beta2 GRPC library for google-cloud-artifact-registry com.google.cloud google-cloud-artifact-registry-parent - 0.2.2-SNAPSHOT + 0.2.2 diff --git a/pom.xml b/pom.xml index 6e4c0827..1e865bef 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-artifact-registry-parent pom - 0.2.2-SNAPSHOT + 0.2.2 Google Artifact Registry Parent https://github.com/googleapis/java-artifact-registry @@ -61,17 +61,17 @@ com.google.cloud google-cloud-artifact-registry - 0.2.2-SNAPSHOT + 0.2.2 com.google.api.grpc proto-google-cloud-artifact-registry-v1beta2 - 0.2.2-SNAPSHOT + 0.2.2 com.google.api.grpc grpc-google-cloud-artifact-registry-v1beta2 - 0.2.2-SNAPSHOT + 0.2.2 diff --git a/proto-google-cloud-artifact-registry-v1beta2/pom.xml b/proto-google-cloud-artifact-registry-v1beta2/pom.xml index 414fc1b5..942f5f34 100644 --- a/proto-google-cloud-artifact-registry-v1beta2/pom.xml +++ b/proto-google-cloud-artifact-registry-v1beta2/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-artifact-registry-v1beta2 - 0.2.2-SNAPSHOT + 0.2.2 grpc-google-cloud-artifact-registry-v1beta2 Proto library for google-cloud-artifact-registry com.google.cloud google-cloud-artifact-registry-parent - 0.2.2-SNAPSHOT + 0.2.2 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 71873647..53313621 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-artifact-registry - 0.2.2-SNAPSHOT + 0.2.2 diff --git a/versions.txt b/versions.txt index d52a5018..bad23958 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -google-cloud-artifact-registry:0.2.1:0.2.2-SNAPSHOT -grpc-google-cloud-artifact-registry-v1beta2:0.2.1:0.2.2-SNAPSHOT -proto-google-cloud-artifact-registry-v1beta2:0.2.1:0.2.2-SNAPSHOT +google-cloud-artifact-registry:0.2.2:0.2.2 +grpc-google-cloud-artifact-registry-v1beta2:0.2.2:0.2.2 +proto-google-cloud-artifact-registry-v1beta2:0.2.2:0.2.2