Skip to content

Commit

Permalink
chore(main): release 1.2.0 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 10, 2023
1 parent ad1e72b commit 0882294
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.0](https://github.com/googleapis/java-pubsub-group-kafka-connector/compare/v1.1.0...v1.2.0) (2023-05-10)


### Features

* Add the ability to set gRPC compression in the CPS sink connector. ([#259](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/259)) ([ad1e72b](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/ad1e72b7a09d6034c5ec0009131f39aaef236a50))

## [1.1.0](https://github.com/googleapis/java-pubsub-group-kafka-connector/compare/v1.0.0...v1.1.0) (2023-03-31)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>pubsub-group-kafka-connector</artifactId>
<version>1.1.1-SNAPSHOT</version><!-- {x-version-update:pubsub-group-kafka-connector:current} -->
<version>1.2.0</version><!-- {x-version-update:pubsub-group-kafka-connector:current} -->
<packaging>jar</packaging>
<name>Pub/Sub Group Kafka Connector</name>
<url>https://github.com/googleapis/java-pubsub-group-kafka-connector</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

pubsub-group-kafka-connector:1.1.0:1.1.1-SNAPSHOT
pubsub-group-kafka-connector:1.2.0:1.2.0

0 comments on commit 0882294

Please sign in to comment.