Skip to content

Commit

Permalink
chore(main): release 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 11, 2022
1 parent fe45e53 commit 94d53c0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### [0.2.8](https://github.com/googleapis/java-conformance-tests/compare/v0.2.7...v0.2.8) (2022-02-11)


### Dependencies

* update actions/github-script action to v6 ([#445](https://github.com/googleapis/java-conformance-tests/issues/445)) ([fe45e53](https://github.com/googleapis/java-conformance-tests/commit/fe45e53dc0a07da237f64d87d7e9cc2896a21036))
* update dependency com.google.cloud:google-cloud-bom to v0.167.0 ([#442](https://github.com/googleapis/java-conformance-tests/issues/442)) ([08b4fd6](https://github.com/googleapis/java-conformance-tests/commit/08b4fd69e0230312a79f362cf3106ec3e6cd322c))
* update dependency com.google.googlejavaformat:google-java-format to v1.14.0 ([#446](https://github.com/googleapis/java-conformance-tests/issues/446)) ([e13c6f9](https://github.com/googleapis/java-conformance-tests/commit/e13c6f964cc359528a8553a3af59da36cd3ff9d9))

### [0.2.7](https://github.com/googleapis/java-conformance-tests/compare/v0.2.6...v0.2.7) (2022-02-03)


Expand Down
2 changes: 1 addition & 1 deletion 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.2.8-SNAPSHOT</version><!-- {x-version-update:google-cloud-conformance-tests:current} -->
<version>0.2.8</version><!-- {x-version-update:google-cloud-conformance-tests:current} -->
<packaging>jar</packaging>
<name>Conformance Tests for Google Cloud Java SDKs</name>

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.2.7:0.2.8-SNAPSHOT
google-cloud-conformance-tests:0.2.8:0.2.8

0 comments on commit 94d53c0

Please sign in to comment.