Skip to content

Commit 0882294

Browse files
chore(main): release 1.2.0 (#260)
🤖 I have created a release *beep* *boop* --- ## [1.2.0](https://togithub.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://togithub.com/googleapis/java-pubsub-group-kafka-connector/issues/259)) ([ad1e72b](https://togithub.com/googleapis/java-pubsub-group-kafka-connector/commit/ad1e72b7a09d6034c5ec0009131f39aaef236a50)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
1 parent ad1e72b commit 0882294

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/googleapis/java-pubsub-group-kafka-connector/compare/v1.1.0...v1.2.0) (2023-05-10)
4+
5+
6+
### Features
7+
8+
* 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))
9+
310
## [1.1.0](https://github.com/googleapis/java-pubsub-group-kafka-connector/compare/v1.0.0...v1.1.0) (2023-03-31)
411

512

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>pubsub-group-kafka-connector</artifactId>
6-
<version>1.1.1-SNAPSHOT</version><!-- {x-version-update:pubsub-group-kafka-connector:current} -->
6+
<version>1.2.0</version><!-- {x-version-update:pubsub-group-kafka-connector:current} -->
77
<packaging>jar</packaging>
88
<name>Pub/Sub Group Kafka Connector</name>
99
<url>https://github.com/googleapis/java-pubsub-group-kafka-connector</url>

versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

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

0 commit comments

Comments
 (0)