Skip to content

Commit

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

## [0.4.2](https://github.com/googleapis/java-pubsublite-spark/compare/v0.4.1...v0.4.2) (2022-07-11)


### Dependencies

* update dependency com.google.cloud:google-cloud-dataproc to v4 ([#440](https://github.com/googleapis/java-pubsublite-spark/issues/440)) ([4953977](https://github.com/googleapis/java-pubsublite-spark/commit/4953977d6f283e8cc6ee05754da573edde6b00c9))
* update dependency org.apache.curator:curator-client to v5.3.0 ([#441](https://github.com/googleapis/java-pubsublite-spark/issues/441)) ([a93184e](https://github.com/googleapis/java-pubsublite-spark/commit/a93184ee8be6876e5174b448c47d1d40f7a2a78b))

## [0.4.1](https://github.com/googleapis/java-pubsublite-spark/compare/v0.4.0...v0.4.1) (2022-06-30)


Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsublite-parent</artifactId>
<version>1.6.1</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pubsublite-spark-sql-streaming</artifactId>
<version>0.4.2-SNAPSHOT</version><!-- {x-version-update:pubsublite-spark-sql-streaming:current} -->
<version>0.4.2</version><!-- {x-version-update:pubsublite-spark-sql-streaming:current} -->
<packaging>jar</packaging>
<name>Pub/Sub Lite Spark SQL Streaming</name>
<url>https://github.com/googleapis/java-pubsublite-spark</url>
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

pubsublite-spark-sql-streaming:0.4.1:0.4.2-SNAPSHOT
pubsublite-spark-sql-streaming:0.4.2:0.4.2

0 comments on commit 9f98f52

Please sign in to comment.