diff --git a/CHANGELOG.md b/CHANGELOG.md index 894193be..ab01ebea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [3.6.0](https://github.com/googleapis/java-channel/compare/v3.5.2...v3.6.0) (2022-05-24) + + +### Features + +* Add API definitions for Cloud Channel Repricing APIs ([7a2f1ee](https://github.com/googleapis/java-channel/commit/7a2f1ee5fa831b77aff49fc014f71d256638e425)) +* add build scripts for native image testing in Java 17 ([#1440](https://github.com/googleapis/java-channel/issues/1440)) ([#302](https://github.com/googleapis/java-channel/issues/302)) ([f8ba5a6](https://github.com/googleapis/java-channel/commit/f8ba5a62cbf955ceea9564fc7356ef8cc756d8dd)) +* Add new enum value, new filter in ListCustomersRequest of Cloud Channel API ([#296](https://github.com/googleapis/java-channel/issues/296)) ([ec0a6d7](https://github.com/googleapis/java-channel/commit/ec0a6d73375f756f4c7d7a94dc7974211f8ebb79)) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.12.0 ([#301](https://github.com/googleapis/java-channel/issues/301)) ([f680e0c](https://github.com/googleapis/java-channel/commit/f680e0c5f36940b3f4bb30ee1eccdb29d54f6335)) + ### [3.5.2](https://github.com/googleapis/java-channel/compare/v3.5.1...v3.5.2) (2022-04-15) diff --git a/google-cloud-channel-bom/pom.xml b/google-cloud-channel-bom/pom.xml index b8b84742..8f8ad5a9 100644 --- a/google-cloud-channel-bom/pom.xml +++ b/google-cloud-channel-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-channel-bom - 3.5.3-SNAPSHOT + 3.6.0 pom com.google.cloud @@ -56,17 +56,17 @@ com.google.cloud google-cloud-channel - 3.5.3-SNAPSHOT + 3.6.0 com.google.api.grpc grpc-google-cloud-channel-v1 - 3.5.3-SNAPSHOT + 3.6.0 com.google.api.grpc proto-google-cloud-channel-v1 - 3.5.3-SNAPSHOT + 3.6.0 diff --git a/google-cloud-channel/pom.xml b/google-cloud-channel/pom.xml index b03b69cc..76d6f6c9 100644 --- a/google-cloud-channel/pom.xml +++ b/google-cloud-channel/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-channel - 3.5.3-SNAPSHOT + 3.6.0 jar Google Channel Services https://github.com/googleapis/java-channel @@ -11,7 +11,7 @@ com.google.cloud google-cloud-channel-parent - 3.5.3-SNAPSHOT + 3.6.0 google-cloud-channel diff --git a/grpc-google-cloud-channel-v1/pom.xml b/grpc-google-cloud-channel-v1/pom.xml index fbf56515..e8ed79b8 100644 --- a/grpc-google-cloud-channel-v1/pom.xml +++ b/grpc-google-cloud-channel-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-channel-v1 - 3.5.3-SNAPSHOT + 3.6.0 grpc-google-cloud-channel-v1 GRPC library for google-cloud-channel com.google.cloud google-cloud-channel-parent - 3.5.3-SNAPSHOT + 3.6.0 diff --git a/pom.xml b/pom.xml index 0087ae47..6c2fb7dc 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-channel-parent pom - 3.5.3-SNAPSHOT + 3.6.0 Google Channel Services Parent https://github.com/googleapis/java- @@ -61,17 +61,17 @@ com.google.cloud google-cloud-channel - 3.5.3-SNAPSHOT + 3.6.0 com.google.api.grpc proto-google-cloud-channel-v1 - 3.5.3-SNAPSHOT + 3.6.0 com.google.api.grpc grpc-google-cloud-channel-v1 - 3.5.3-SNAPSHOT + 3.6.0 diff --git a/proto-google-cloud-channel-v1/pom.xml b/proto-google-cloud-channel-v1/pom.xml index c096cc4c..83b663b7 100644 --- a/proto-google-cloud-channel-v1/pom.xml +++ b/proto-google-cloud-channel-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-channel-v1 - 3.5.3-SNAPSHOT + 3.6.0 proto-google-cloud-channel-v1 Proto library for google-cloud-channel com.google.cloud google-cloud-channel-parent - 3.5.3-SNAPSHOT + 3.6.0 diff --git a/versions.txt b/versions.txt index c1e01dca..12c4b070 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -google-cloud-channel:3.5.2:3.5.3-SNAPSHOT -grpc-google-cloud-channel-v1:3.5.2:3.5.3-SNAPSHOT -proto-google-cloud-channel-v1:3.5.2:3.5.3-SNAPSHOT +google-cloud-channel:3.6.0:3.6.0 +grpc-google-cloud-channel-v1:3.6.0:3.6.0 +proto-google-cloud-channel-v1:3.6.0:3.6.0