diff --git a/java-profiler/CHANGELOG.md b/java-profiler/CHANGELOG.md index 9f4cc27b5c96..57046bd12ab9 100644 --- a/java-profiler/CHANGELOG.md +++ b/java-profiler/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.3.0](https://github.com/googleapis/java-profiler/compare/v2.2.0...v2.3.0) (2022-07-01) + + +### Features + +* Enable REST transport for most of Java and Go clients ([#276](https://github.com/googleapis/java-profiler/issues/276)) ([6849389](https://github.com/googleapis/java-profiler/commit/68493894d7d80336882c34b95356eaa1daeab1d2)) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.13.0 ([#275](https://github.com/googleapis/java-profiler/issues/275)) ([d1a166f](https://github.com/googleapis/java-profiler/commit/d1a166f0404a6d5afd34546fbb7152825ed87d3f)) + ## [2.2.0](https://github.com/googleapis/java-profiler/compare/v2.1.11...v2.2.0) (2022-05-19) diff --git a/java-profiler/google-cloud-profiler-bom/pom.xml b/java-profiler/google-cloud-profiler-bom/pom.xml index 0c5fe1c78d2e..70ae7ca87098 100644 --- a/java-profiler/google-cloud-profiler-bom/pom.xml +++ b/java-profiler/google-cloud-profiler-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-profiler-bom - 2.2.1-SNAPSHOT + 2.3.0 pom com.google.cloud @@ -56,17 +56,17 @@ com.google.cloud google-cloud-profiler - 2.2.1-SNAPSHOT + 2.3.0 com.google.api.grpc grpc-google-cloud-profiler-v2 - 2.2.1-SNAPSHOT + 2.3.0 com.google.api.grpc proto-google-cloud-profiler-v2 - 2.2.1-SNAPSHOT + 2.3.0 diff --git a/java-profiler/google-cloud-profiler/pom.xml b/java-profiler/google-cloud-profiler/pom.xml index 1644a6353a33..4f83cd2e8a1a 100644 --- a/java-profiler/google-cloud-profiler/pom.xml +++ b/java-profiler/google-cloud-profiler/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-profiler - 2.2.1-SNAPSHOT + 2.3.0 jar Google Cloud Profiler https://github.com/googleapis/java-profiler @@ -11,7 +11,7 @@ com.google.cloud google-cloud-profiler-parent - 2.2.1-SNAPSHOT + 2.3.0 google-cloud-profiler diff --git a/java-profiler/grpc-google-cloud-profiler-v2/pom.xml b/java-profiler/grpc-google-cloud-profiler-v2/pom.xml index 30bbec59416b..6ccf9a880c39 100644 --- a/java-profiler/grpc-google-cloud-profiler-v2/pom.xml +++ b/java-profiler/grpc-google-cloud-profiler-v2/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-profiler-v2 - 2.2.1-SNAPSHOT + 2.3.0 grpc-google-cloud-profiler-v2 GRPC library for google-cloud-profiler com.google.cloud google-cloud-profiler-parent - 2.2.1-SNAPSHOT + 2.3.0 diff --git a/java-profiler/pom.xml b/java-profiler/pom.xml index 4afbd8ecb8ea..3b28d3190591 100644 --- a/java-profiler/pom.xml +++ b/java-profiler/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-profiler-parent pom - 2.2.1-SNAPSHOT + 2.3.0 Google Cloud Profiler Parent https://github.com/googleapis/java-profiler @@ -61,17 +61,17 @@ com.google.cloud google-cloud-profiler - 2.2.1-SNAPSHOT + 2.3.0 com.google.api.grpc proto-google-cloud-profiler-v2 - 2.2.1-SNAPSHOT + 2.3.0 com.google.api.grpc grpc-google-cloud-profiler-v2 - 2.2.1-SNAPSHOT + 2.3.0 diff --git a/java-profiler/proto-google-cloud-profiler-v2/pom.xml b/java-profiler/proto-google-cloud-profiler-v2/pom.xml index 11f567323225..6e43e06619a6 100644 --- a/java-profiler/proto-google-cloud-profiler-v2/pom.xml +++ b/java-profiler/proto-google-cloud-profiler-v2/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-profiler-v2 - 2.2.1-SNAPSHOT + 2.3.0 proto-google-cloud-profiler-v2 Proto library for google-cloud-profiler com.google.cloud google-cloud-profiler-parent - 2.2.1-SNAPSHOT + 2.3.0 diff --git a/java-profiler/versions.txt b/java-profiler/versions.txt index 1ffc418c5741..ffef7d7ef377 100644 --- a/java-profiler/versions.txt +++ b/java-profiler/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -google-cloud-profiler:2.2.0:2.2.1-SNAPSHOT -grpc-google-cloud-profiler-v2:2.2.0:2.2.1-SNAPSHOT -proto-google-cloud-profiler-v2:2.2.0:2.2.1-SNAPSHOT +google-cloud-profiler:2.3.0:2.3.0 +grpc-google-cloud-profiler-v2:2.3.0:2.3.0 +proto-google-cloud-profiler-v2:2.3.0:2.3.0