diff --git a/CHANGELOG.md b/CHANGELOG.md index 0423b27e..936ae55c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [2.3.0](https://www.github.com/googleapis/java-channel/compare/v2.2.1...v2.3.0) (2021-07-01) + + +### Features + +* Add a new enum value LICENSE_CAP_CHANGED to enum EntitlementEvent.Type ([24e1b7f](https://www.github.com/googleapis/java-channel/commit/24e1b7f408c0b752e0ad0fd0bad475e45ac9aa75)) +* Add a new enum value LICENSE_CAP_CHANGED to enum EntitlementEvent.Type ([a7cc927](https://www.github.com/googleapis/java-channel/commit/a7cc927e7b18a16f6bd3e35044dedbe4922fffa7)) +* Add a new LookupOffer RPC and LookupOfferRequest proto ([a7cc927](https://www.github.com/googleapis/java-channel/commit/a7cc927e7b18a16f6bd3e35044dedbe4922fffa7)) +* Add a new LookupOffer RPC and LookupOfferRequest proto. ([24e1b7f](https://www.github.com/googleapis/java-channel/commit/24e1b7f408c0b752e0ad0fd0bad475e45ac9aa75)) +* Add additional_bindings to HTTP annotations of Customer related APIs (list/create/get/update/delete) ([a7cc927](https://www.github.com/googleapis/java-channel/commit/a7cc927e7b18a16f6bd3e35044dedbe4922fffa7)) +* Add additional_bindings to HTTP annotations of Customer related APIs (list/create/get/update/delete). ([24e1b7f](https://www.github.com/googleapis/java-channel/commit/24e1b7f408c0b752e0ad0fd0bad475e45ac9aa75)) +* Add/Update API definitions for Cloud Channel API ([#112](https://www.github.com/googleapis/java-channel/issues/112)) ([a7cc927](https://www.github.com/googleapis/java-channel/commit/a7cc927e7b18a16f6bd3e35044dedbe4922fffa7)) +* Add/Update API definitions for Cloud Channel API, including ([24e1b7f](https://www.github.com/googleapis/java-channel/commit/24e1b7f408c0b752e0ad0fd0bad475e45ac9aa75)) +* Update descriptions of APIs ([a7cc927](https://www.github.com/googleapis/java-channel/commit/a7cc927e7b18a16f6bd3e35044dedbe4922fffa7)) +* Update descriptions of APIs. ([24e1b7f](https://www.github.com/googleapis/java-channel/commit/24e1b7f408c0b752e0ad0fd0bad475e45ac9aa75)) + + +### Bug Fixes + +* Add `shopt -s nullglob` to dependencies script ([#1130](https://www.github.com/googleapis/java-channel/issues/1130)) ([#123](https://www.github.com/googleapis/java-channel/issues/123)) ([3a28425](https://www.github.com/googleapis/java-channel/commit/3a284251845d50f5f03209fdab77d145df9f104a)) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v1.4.0 ([#124](https://www.github.com/googleapis/java-channel/issues/124)) ([06e04a5](https://www.github.com/googleapis/java-channel/commit/06e04a532b9b39f813ef6c8260f009ce172c91d1)) + ### [2.2.1](https://www.github.com/googleapis/java-channel/compare/v2.2.0...v2.2.1) (2021-06-09) diff --git a/google-cloud-channel-bom/pom.xml b/google-cloud-channel-bom/pom.xml index 6d115aaf..0fe9c828 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 - 2.2.2-SNAPSHOT + 2.3.0 pom com.google.cloud @@ -67,17 +67,17 @@ com.google.cloud google-cloud-channel - 2.2.2-SNAPSHOT + 2.3.0 com.google.api.grpc grpc-google-cloud-channel-v1 - 2.2.2-SNAPSHOT + 2.3.0 com.google.api.grpc proto-google-cloud-channel-v1 - 2.2.2-SNAPSHOT + 2.3.0 diff --git a/google-cloud-channel/pom.xml b/google-cloud-channel/pom.xml index 06d0f1ee..9fb6d98a 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 - 2.2.2-SNAPSHOT + 2.3.0 jar Google Channel Services https://github.com/googleapis/java-channel @@ -11,7 +11,7 @@ com.google.cloud google-cloud-channel-parent - 2.2.2-SNAPSHOT + 2.3.0 google-cloud-channel diff --git a/grpc-google-cloud-channel-v1/pom.xml b/grpc-google-cloud-channel-v1/pom.xml index 7fa52c7d..21bfddba 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 - 2.2.2-SNAPSHOT + 2.3.0 grpc-google-cloud-channel-v1 GRPC library for google-cloud-channel com.google.cloud google-cloud-channel-parent - 2.2.2-SNAPSHOT + 2.3.0 diff --git a/pom.xml b/pom.xml index e20ad47d..f1614b95 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-channel-parent pom - 2.2.2-SNAPSHOT + 2.3.0 Google Channel Services Parent https://github.com/googleapis/java- @@ -70,17 +70,17 @@ com.google.cloud google-cloud-channel - 2.2.2-SNAPSHOT + 2.3.0 com.google.api.grpc proto-google-cloud-channel-v1 - 2.2.2-SNAPSHOT + 2.3.0 com.google.api.grpc grpc-google-cloud-channel-v1 - 2.2.2-SNAPSHOT + 2.3.0 diff --git a/proto-google-cloud-channel-v1/pom.xml b/proto-google-cloud-channel-v1/pom.xml index 4d1aa072..740e4c29 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 - 2.2.2-SNAPSHOT + 2.3.0 proto-google-cloud-channel-v1 Proto library for google-cloud-channel com.google.cloud google-cloud-channel-parent - 2.2.2-SNAPSHOT + 2.3.0 diff --git a/versions.txt b/versions.txt index 15188f38..9ff3a48a 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -google-cloud-channel:2.2.1:2.2.2-SNAPSHOT -grpc-google-cloud-channel-v1:2.2.1:2.2.2-SNAPSHOT -proto-google-cloud-channel-v1:2.2.1:2.2.2-SNAPSHOT +google-cloud-channel:2.3.0:2.3.0 +grpc-google-cloud-channel-v1:2.3.0:2.3.0 +proto-google-cloud-channel-v1:2.3.0:2.3.0