Skip to content

Commit 8dfb178

Browse files
chore(main): release 0.1.1 (#197)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 8b6fe77 commit 8dfb178

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

3+
## [0.1.1](https://github.com/googleapis/java-pubsublite-flink/compare/v0.1.0...v0.1.1) (2023-03-15)
4+
5+
6+
### Bug Fixes
7+
8+
* Package naming and release config ([#193](https://github.com/googleapis/java-pubsublite-flink/issues/193)) ([0f35468](https://github.com/googleapis/java-pubsublite-flink/commit/0f354686564951250b6ac44417d459de43aca355))
9+
* Update readme and trigger release ([#196](https://github.com/googleapis/java-pubsublite-flink/issues/196)) ([8b6fe77](https://github.com/googleapis/java-pubsublite-flink/commit/8b6fe77a28f7e0e910df4e34ae6f20a29163b704))
10+
11+
12+
### Dependencies
13+
14+
* Update dependency com.google.cloud:google-cloud-pubsublite-parent to v1.12.0 ([#191](https://github.com/googleapis/java-pubsublite-flink/issues/191)) ([77648f7](https://github.com/googleapis/java-pubsublite-flink/commit/77648f764031055e7492ba3a21aa444a53668dac))
15+
316
## 0.1.0 (2023-03-14)
417

518

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>jar</packaging>
1212
<artifactId>pubsublite-flink</artifactId>
13-
<version>0.2.0-SNAPSHOT</version><!-- {x-version-update:pubsublite-flink:current} -->
13+
<version>0.1.1</version><!-- {x-version-update:pubsublite-flink:current} -->
1414
<properties>
1515
<flink.version>1.15.0</flink.version>
1616
<pubsublite.version>${project.parent.version}</pubsublite.version>

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-
pubsublite-flink:0.1.0:0.1.1-SNAPSHOT
4+
pubsublite-flink:0.1.1:0.1.1

0 commit comments

Comments
 (0)