Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 2, 2023
1 parent db5624c commit 38b1310
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.3.0"
".": "1.4.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.4.0](https://github.com/googleapis/google-cloud-java/compare/v1.3.0...v1.4.0) (2023-02-02)


### Bug Fixes

* Outdated versioning info in README.md ([#979](https://github.com/googleapis/google-cloud-java/issues/979)) ([b92c43b](https://github.com/googleapis/google-cloud-java/commit/b92c43b0124f05431f547aeebdc7860a45accae3))


### Documentation

* [dialogflow] Reformat some comments and documentation ([#9024](https://github.com/googleapis/google-cloud-java/issues/9024)) ([2c1bd38](https://github.com/googleapis/google-cloud-java/commit/2c1bd383046e895f30a4c720ebbef7a7c78c9e0c))

## [1.3.0](https://github.com/googleapis/google-cloud-java/compare/v1.2.0...v1.3.0) (2023-01-23)


Expand Down
23 changes: 21 additions & 2 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
{
"repository": "googleapis/google-cloud-java",
"entries": []
}
"entries": [
{
"changes": [
{
"type": "docs",
"sha": "2c1bd383046e895f30a4c720ebbef7a7c78c9e0c",
"message": "[dialogflow] Reformat some comments and documentation",
"issues": [
"9024"
]
}
],
"version": "1.4.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-dialogflow",
"id": "fb89ce85-d53d-4ae3-bc9a-b416924d78e8",
"createTime": "2023-02-02T01:07:34.568Z"
}
],
"updateTime": "2023-02-02T01:07:34.568Z"
}
4 changes: 2 additions & 2 deletions java-workflows/proto-google-cloud-workflows-v1beta/pom.xml
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-workflows-v1beta</artifactId>
<version>0.16.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-workflows-v1beta:current} -->
<version>0.16.0</version><!-- {x-version-update:proto-google-cloud-workflows-v1beta:current} -->
<name>proto-google-cloud-workflows-v1beta</name>
<description>Proto library for google-cloud-workflows</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-workflows-parent</artifactId>
<version>2.10.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-workflows:current} -->
<version>2.10.0</version><!-- {x-version-update:google-cloud-workflows:current} -->
</parent>
<dependencies>
<dependency>
Expand Down

0 comments on commit 38b1310

Please sign in to comment.