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 1, 2023
1 parent 1a7e85a commit 81fae4b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 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-01)


### 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
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 81fae4b

Please sign in to comment.