Skip to content

Commit

Permalink
chore(main): release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Mar 15, 2023
1 parent 8b6fe77 commit 05fe532
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.1.1](https://github.com/googleapis/java-pubsublite-flink/compare/v0.1.0...v0.1.1) (2023-03-15)


### Bug Fixes

* 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))
* 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))


### Dependencies

* 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))

## 0.1.0 (2023-03-14)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>pubsublite-flink</artifactId>
<version>0.2.0-SNAPSHOT</version><!-- {x-version-update:pubsublite-flink:current} -->
<version>0.1.1</version><!-- {x-version-update:pubsublite-flink:current} -->
<properties>
<flink.version>1.15.0</flink.version>
<pubsublite.version>${project.parent.version}</pubsublite.version>
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-flink:0.1.0:0.1.1-SNAPSHOT
pubsublite-flink:0.1.1:0.1.1

0 comments on commit 05fe532

Please sign in to comment.