Skip to content

Commit

Permalink
chore(main): release 2.3.5 (#316)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [2.3.5](googleapis/java-contact-center-insights@v2.3.4...v2.3.5) (2022-07-01)


### Dependencies

* update dependency com.google.cloud:google-cloud-bigquery to v2.13.8 ([#311](googleapis/java-contact-center-insights#311)) ([6912a2b](googleapis/java-contact-center-insights@6912a2b))
* update dependency com.google.cloud:google-cloud-pubsub to v1.120.0 ([#315](googleapis/java-contact-center-insights#315)) ([853b7a7](googleapis/java-contact-center-insights@853b7a7))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Jul 1, 2022
1 parent 853b7a7 commit 8eb821a
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 17 deletions.
8 changes: 8 additions & 0 deletions java-contact-center-insights/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.3.5](https://github.com/googleapis/java-contact-center-insights/compare/v2.3.4...v2.3.5) (2022-07-01)


### Dependencies

* update dependency com.google.cloud:google-cloud-bigquery to v2.13.8 ([#311](https://github.com/googleapis/java-contact-center-insights/issues/311)) ([ac34bfa](https://github.com/googleapis/java-contact-center-insights/commit/ac34bfae58046f63617f5bd554e82954a17834ed))
* update dependency com.google.cloud:google-cloud-pubsub to v1.120.0 ([#315](https://github.com/googleapis/java-contact-center-insights/issues/315)) ([db365f0](https://github.com/googleapis/java-contact-center-insights/commit/db365f0c9af37aad060f3e91917f3794ac78face))

## [2.3.4](https://github.com/googleapis/java-contact-center-insights/compare/v2.3.3...v2.3.4) (2022-06-30)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-contact-center-insights-bom</artifactId>
<version>2.3.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.5</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -56,17 +56,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-contact-center-insights</artifactId>
<version>2.3.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.5</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-contact-center-insights-v1</artifactId>
<version>2.3.5-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-contact-center-insights-v1:current} -->
<version>2.3.5</version><!-- {x-version-update:grpc-google-cloud-contact-center-insights-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-contact-center-insights-v1</artifactId>
<version>2.3.5-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-contact-center-insights-v1:current} -->
<version>2.3.5</version><!-- {x-version-update:proto-google-cloud-contact-center-insights-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-contact-center-insights</artifactId>
<version>2.3.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.5</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<packaging>jar</packaging>
<name>Google CCAI Insights</name>
<url>https://github.com/googleapis/java-contact-center-insights</url>
<description>CCAI Insights helps users detect and visualize patterns in their contact center data.</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-contact-center-insights-parent</artifactId>
<version>2.3.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.5</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-contact-center-insights</site.installationModule>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-contact-center-insights-v1</artifactId>
<version>2.3.5-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-contact-center-insights-v1:current} -->
<version>2.3.5</version><!-- {x-version-update:grpc-google-cloud-contact-center-insights-v1:current} -->
<name>grpc-google-cloud-contact-center-insights-v1</name>
<description>GRPC library for google-cloud-contact-center-insights</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-contact-center-insights-parent</artifactId>
<version>2.3.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.5</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions java-contact-center-insights/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-contact-center-insights-parent</artifactId>
<packaging>pom</packaging>
<version>2.3.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.5</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<name>Google CCAI Insights Parent</name>
<url>https://github.com/googleapis/java-contact-center-insights</url>
<description>
Expand Down Expand Up @@ -60,17 +60,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-contact-center-insights</artifactId>
<version>2.3.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.5</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-contact-center-insights-v1</artifactId>
<version>2.3.5-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-contact-center-insights-v1:current} -->
<version>2.3.5</version><!-- {x-version-update:grpc-google-cloud-contact-center-insights-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-contact-center-insights-v1</artifactId>
<version>2.3.5-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-contact-center-insights-v1:current} -->
<version>2.3.5</version><!-- {x-version-update:proto-google-cloud-contact-center-insights-v1:current} -->
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-contact-center-insights-v1</artifactId>
<version>2.3.5-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-contact-center-insights-v1:current} -->
<version>2.3.5</version><!-- {x-version-update:proto-google-cloud-contact-center-insights-v1:current} -->
<name>proto-google-cloud-contact-center-insights-v1</name>
<description>Proto library for google-cloud-contact-center-insights</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-contact-center-insights-parent</artifactId>
<version>2.3.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
<version>2.3.5</version><!-- {x-version-update:google-cloud-contact-center-insights:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions java-contact-center-insights/versions.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version

google-cloud-contact-center-insights:2.3.4:2.3.5-SNAPSHOT
grpc-google-cloud-contact-center-insights-v1:2.3.4:2.3.5-SNAPSHOT
proto-google-cloud-contact-center-insights-v1:2.3.4:2.3.5-SNAPSHOT
google-cloud-contact-center-insights:2.3.5:2.3.5
grpc-google-cloud-contact-center-insights-v1:2.3.5:2.3.5
proto-google-cloud-contact-center-insights-v1:2.3.5:2.3.5

0 comments on commit 8eb821a

Please sign in to comment.