Skip to content

Commit

Permalink
chore: release 0.6.0 (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Aug 11, 2021
1 parent 241f85c commit 1d5319a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.6.0](https://www.github.com/googleapis/java-pubsublite-kafka/compare/v0.5.1...v0.6.0) (2021-08-11)


### Features

* Reset Consumer upon out-of-band seek ([#172](https://www.github.com/googleapis/java-pubsublite-kafka/issues/172)) ([20ae0ba](https://www.github.com/googleapis/java-pubsublite-kafka/commit/20ae0ba14d7623741b05825be240edcfc33f3974))


### Dependencies

* update dependency com.google.cloud:google-cloud-pubsublite-parent to v1.0.1 ([#181](https://www.github.com/googleapis/java-pubsublite-kafka/issues/181)) ([241f85c](https://www.github.com/googleapis/java-pubsublite-kafka/commit/241f85cefcd874b0291b528b297c24d4867c7002))

### [0.5.1](https://www.github.com/googleapis/java-pubsublite-kafka/compare/v0.5.0...v0.5.1) (2021-08-06)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>pubsublite-kafka</artifactId>
<version>0.5.2-SNAPSHOT</version><!-- {x-version-update:pubsublite-kafka:current} -->
<version>0.6.0</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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

pubsublite-kafka:0.5.1:0.5.2-SNAPSHOT
pubsublite-kafka:0.6.0:0.6.0

0 comments on commit 1d5319a

Please sign in to comment.