diff --git a/CHANGELOG.md b/CHANGELOG.md index 349c6403..9f216cd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [3.3.0](https://www.github.com/googleapis/java-channel/compare/v3.2.2...v3.3.0) (2021-12-03) + + +### Features + +* add resource type to ChannelPartnerLink ([#210](https://www.github.com/googleapis/java-channel/issues/210)) ([53df617](https://www.github.com/googleapis/java-channel/commit/53df61797b4dc40856386cad01c48bc862490f02)) + + +### Bug Fixes + +* **java:** java 17 dependency arguments ([#1266](https://www.github.com/googleapis/java-channel/issues/1266)) ([#207](https://www.github.com/googleapis/java-channel/issues/207)) ([a2f1c39](https://www.github.com/googleapis/java-channel/commit/a2f1c39275d4ee05ec458e8f07c6a705382f2b43)) + + +### Documentation + +* clarified usage of entitlement parameters ([#211](https://www.github.com/googleapis/java-channel/issues/211)) ([c6a9bdc](https://www.github.com/googleapis/java-channel/commit/c6a9bdca76cbd485c5a5e58394f7dbdc38dfcda7)) +* Small clarification ([#220](https://www.github.com/googleapis/java-channel/issues/220)) ([7a420ec](https://www.github.com/googleapis/java-channel/commit/7a420ec345e520f676dff2c0e5ad052d804c3ed5)) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.5.0 ([#219](https://www.github.com/googleapis/java-channel/issues/219)) ([3d7dc32](https://www.github.com/googleapis/java-channel/commit/3d7dc3222b941861e07cff80e1445260e7c763ea)) +* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.5.1 ([#225](https://www.github.com/googleapis/java-channel/issues/225)) ([8e15822](https://www.github.com/googleapis/java-channel/commit/8e15822a33244a9d83ef0ac96e30a8c82e46833a)) + ### [3.2.2](https://www.github.com/googleapis/java-channel/compare/v3.2.1...v3.2.2) (2021-10-19) diff --git a/google-cloud-channel-bom/pom.xml b/google-cloud-channel-bom/pom.xml index 1c723594..1eae4758 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.2.3-SNAPSHOT + 3.3.0 pom com.google.cloud @@ -56,17 +56,17 @@ com.google.cloud google-cloud-channel - 3.2.3-SNAPSHOT + 3.3.0 com.google.api.grpc grpc-google-cloud-channel-v1 - 3.2.3-SNAPSHOT + 3.3.0 com.google.api.grpc proto-google-cloud-channel-v1 - 3.2.3-SNAPSHOT + 3.3.0 diff --git a/google-cloud-channel/pom.xml b/google-cloud-channel/pom.xml index e33c15f2..2ccc7533 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.2.3-SNAPSHOT + 3.3.0 jar Google Channel Services https://github.com/googleapis/java-channel @@ -11,7 +11,7 @@ com.google.cloud google-cloud-channel-parent - 3.2.3-SNAPSHOT + 3.3.0 google-cloud-channel diff --git a/grpc-google-cloud-channel-v1/pom.xml b/grpc-google-cloud-channel-v1/pom.xml index 1ca83e1d..28c007ea 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.2.3-SNAPSHOT + 3.3.0 grpc-google-cloud-channel-v1 GRPC library for google-cloud-channel com.google.cloud google-cloud-channel-parent - 3.2.3-SNAPSHOT + 3.3.0 diff --git a/pom.xml b/pom.xml index da36314f..2e452028 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-channel-parent pom - 3.2.3-SNAPSHOT + 3.3.0 Google Channel Services Parent https://github.com/googleapis/java- @@ -61,17 +61,17 @@ com.google.cloud google-cloud-channel - 3.2.3-SNAPSHOT + 3.3.0 com.google.api.grpc proto-google-cloud-channel-v1 - 3.2.3-SNAPSHOT + 3.3.0 com.google.api.grpc grpc-google-cloud-channel-v1 - 3.2.3-SNAPSHOT + 3.3.0 diff --git a/proto-google-cloud-channel-v1/pom.xml b/proto-google-cloud-channel-v1/pom.xml index 20747c8b..510ec36b 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.2.3-SNAPSHOT + 3.3.0 proto-google-cloud-channel-v1 Proto library for google-cloud-channel com.google.cloud google-cloud-channel-parent - 3.2.3-SNAPSHOT + 3.3.0 diff --git a/versions.txt b/versions.txt index 129b7841..036aa4cb 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -google-cloud-channel:3.2.2:3.2.3-SNAPSHOT -grpc-google-cloud-channel-v1:3.2.2:3.2.3-SNAPSHOT -proto-google-cloud-channel-v1:3.2.2:3.2.3-SNAPSHOT +google-cloud-channel:3.3.0:3.3.0 +grpc-google-cloud-channel-v1:3.3.0:3.3.0 +proto-google-cloud-channel-v1:3.3.0:3.3.0