diff --git a/CHANGELOG.md b/CHANGELOG.md index 461091940..11175e5eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.127.6](https://github.com/googleapis/java-storage-nio/compare/v0.127.5...v0.127.6) (2023-10-17) + + +### Dependencies + +* Update dependency com.google.apis:google-api-services-storage to v1-rev20231012-2.0.0 ([#1279](https://github.com/googleapis/java-storage-nio/issues/1279)) ([de065f1](https://github.com/googleapis/java-storage-nio/commit/de065f1174dc67bb873f074ec82f30ca4ff30811)) + ## [0.127.5](https://github.com/googleapis/java-storage-nio/compare/v0.127.4...v0.127.5) (2023-10-12) diff --git a/google-cloud-nio-examples/pom.xml b/google-cloud-nio-examples/pom.xml index df2bd0283..edb13d51e 100644 --- a/google-cloud-nio-examples/pom.xml +++ b/google-cloud-nio-examples/pom.xml @@ -2,7 +2,7 @@ 4.0.0 google-cloud-nio-examples - 0.127.6-SNAPSHOT + 0.127.6 jar Google Cloud NIO Examples https://github.com/googleapis/java-storage-nio @@ -13,7 +13,7 @@ com.google.cloud google-cloud-nio-parent - 0.127.6-SNAPSHOT + 0.127.6 diff --git a/google-cloud-nio-retrofit/pom.xml b/google-cloud-nio-retrofit/pom.xml index 2309c82aa..89a5b5f78 100644 --- a/google-cloud-nio-retrofit/pom.xml +++ b/google-cloud-nio-retrofit/pom.xml @@ -2,7 +2,7 @@ 4.0.0 google-cloud-nio-retrofit - 0.127.6-SNAPSHOT + 0.127.6 jar Google Cloud NIO Retrofit Example https://github.com/googleapis/java-storage-nio @@ -12,7 +12,7 @@ com.google.cloud google-cloud-nio-parent - 0.127.6-SNAPSHOT + 0.127.6 google-cloud-nio-retrofit diff --git a/google-cloud-nio/pom.xml b/google-cloud-nio/pom.xml index c4487d835..1bd2b6945 100644 --- a/google-cloud-nio/pom.xml +++ b/google-cloud-nio/pom.xml @@ -2,7 +2,7 @@ 4.0.0 google-cloud-nio - 0.127.6-SNAPSHOT + 0.127.6 jar Google Cloud NIO https://github.com/googleapis/java-storage-nio @@ -12,7 +12,7 @@ com.google.cloud google-cloud-nio-parent - 0.127.6-SNAPSHOT + 0.127.6 google-cloud-nio diff --git a/pom.xml b/pom.xml index 3cd82324c..13fa71dca 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-nio-parent pom - 0.127.6-SNAPSHOT + 0.127.6 Storage Parent https://github.com/googleapis/java-storage-nio diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 08a4b1459..451507692 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-nio - 0.127.6-SNAPSHOT + 0.127.6 diff --git a/versions.txt b/versions.txt index 42b8d525d..9bbe8f447 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-nio:0.127.5:0.127.6-SNAPSHOT \ No newline at end of file +google-cloud-nio:0.127.6:0.127.6 \ No newline at end of file