Skip to content

Commit

Permalink
chore(main): release 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 20, 2023
1 parent 18514d0 commit 22ef120
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.3.7](https://github.com/googleapis/java-conformance-tests/compare/v0.3.6...v0.3.7) (2023-07-20)


### Dependencies

* Update dependency com.google.cloud:google-cloud-bom to v0.196.0 ([#578](https://github.com/googleapis/java-conformance-tests/issues/578)) ([5e96fcd](https://github.com/googleapis/java-conformance-tests/commit/5e96fcd7fbc3576c8b5e80138974b70317307e41))
* Update dependency com.google.cloud:google-cloud-bom to v0.198.0 ([#588](https://github.com/googleapis/java-conformance-tests/issues/588)) ([ef751ad](https://github.com/googleapis/java-conformance-tests/commit/ef751ad2ca10a265429577c88cd17bf5f4c160a9))
* Update dependency com.google.cloud:google-cloud-bom to v0.199.0 ([#598](https://github.com/googleapis/java-conformance-tests/issues/598)) ([1928a12](https://github.com/googleapis/java-conformance-tests/commit/1928a12399b459f774e5c656a32eed7b6f20e9e5))
* Update dependency com.google.cloud:google-cloud-bom to v0.200.0 ([#601](https://github.com/googleapis/java-conformance-tests/issues/601)) ([6b5b4c2](https://github.com/googleapis/java-conformance-tests/commit/6b5b4c2c8fe68938763b03803a34b6d10774323b))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.10.1 ([#586](https://github.com/googleapis/java-conformance-tests/issues/586)) ([5b06c13](https://github.com/googleapis/java-conformance-tests/commit/5b06c13ea2ecffc4359c895ab89b1839749bb404))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.11.0 ([#591](https://github.com/googleapis/java-conformance-tests/issues/591)) ([5e5b3a5](https://github.com/googleapis/java-conformance-tests/commit/5e5b3a503bcc468b18e64a74566c1ba23e47b319))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.12.0 ([#596](https://github.com/googleapis/java-conformance-tests/issues/596)) ([8fc9f2f](https://github.com/googleapis/java-conformance-tests/commit/8fc9f2f86de21a1e7e72598d0496e0581800f96f))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.13.0 ([#599](https://github.com/googleapis/java-conformance-tests/issues/599)) ([fa4489d](https://github.com/googleapis/java-conformance-tests/commit/fa4489d4db7ead4ffb9e1f21a21e180dcbe87c8d))

## [0.3.6](https://github.com/googleapis/java-conformance-tests/compare/v0.3.5...v0.3.6) (2023-05-10)


Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>google-cloud-conformance-tests</artifactId>
<version>0.3.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-conformance-tests:current} -->
<version>0.3.7</version><!-- {x-version-update:google-cloud-conformance-tests:current} -->
<packaging>jar</packaging>
<name>Conformance Tests for Google Cloud Java SDKs</name>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>3.13.1</version>
<version>3.13.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-cloud-conformance-tests:0.3.6:0.3.7-SNAPSHOT
google-cloud-conformance-tests:0.3.7:0.3.7

0 comments on commit 22ef120

Please sign in to comment.