Skip to content

Commit

Permalink
chore: release 0.6.3 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Aug 16, 2021
1 parent 2ad4f7e commit b05c21c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

### [0.6.3](https://www.github.com/googleapis/java-pubsublite-kafka/compare/v0.6.2...v0.6.3) (2021-08-16)


### Bug Fixes

* Fail hard in subscribe() call on assignment failure ([#197](https://www.github.com/googleapis/java-pubsublite-kafka/issues/197)) ([4d15dcc](https://www.github.com/googleapis/java-pubsublite-kafka/commit/4d15dcce8587bdfc1fc173433f0075aaadaec64e))

### [0.6.2](https://www.github.com/googleapis/java-pubsublite-kafka/compare/v0.6.1...v0.6.2) (2021-08-12)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>pubsublite-kafka</artifactId>
<version>0.6.3-SNAPSHOT</version><!-- {x-version-update:pubsublite-kafka:current} -->
<version>0.6.3</version><!-- {x-version-update:pubsublite-kafka:current} -->
<packaging>jar</packaging>
<name>Pub/Sub Lite Kafka Shim</name>
<url>https://github.com/googleapis/java-pubsublite-kafka</url>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

pubsublite-kafka:0.6.2:0.6.3-SNAPSHOT
pubsublite-kafka:0.6.3:0.6.3

0 comments on commit b05c21c

Please sign in to comment.