Skip to content

Commit

Permalink
chore(main): release 1.0.2 (#356)
Browse files Browse the repository at this point in the history
* chore(main): release 1.0.2

* dep: update snapshot for release PR

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Tianzi Cai <[email protected]>
  • Loading branch information
release-please[bot] and anguillanneuf authored Nov 8, 2022
1 parent fa5d1e1 commit c8e3919
Show file tree
Hide file tree
Showing 4 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

## [1.0.2](https://github.com/googleapis/java-pubsublite-kafka/compare/v1.0.1...v1.0.2) (2022-11-08)


### Dependencies

* Update dependency com.google.cloud:google-cloud-pubsublite-parent to v1.8.0 ([#349](https://github.com/googleapis/java-pubsublite-kafka/issues/349)) ([c607d48](https://github.com/googleapis/java-pubsublite-kafka/commit/c607d485456e04b863a8fbf074b3be7858fd25fd))
* Update dependency org.apache.kafka:kafka-clients to v3.3.1 ([#346](https://github.com/googleapis/java-pubsublite-kafka/issues/346)) ([49173ab](https://github.com/googleapis/java-pubsublite-kafka/commit/49173abf6b79c7111788ffdfa04e0c48d9b1ad8a))

## [1.0.1](https://github.com/googleapis/java-pubsublite-kafka/compare/v1.0.0...v1.0.1) (2022-09-21)


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>1.0.2-SNAPSHOT</version><!-- {x-version-update:pubsublite-kafka:current} -->
<version>1.0.2</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 samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>pubsublite-kafka</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
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:1.0.1:1.0.2-SNAPSHOT
pubsublite-kafka:1.0.2:1.0.2

0 comments on commit c8e3919

Please sign in to comment.