Skip to content

Commit

Permalink
chore(main): release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Mar 16, 2023
1 parent 0c86fb5 commit 603922b
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

## [0.1.2](https://github.com/googleapis/java-pubsublite-flink/compare/v0.1.1...v0.1.2) (2023-03-16)


### Bug Fixes

* Update pom.xml ([#200](https://github.com/googleapis/java-pubsublite-flink/issues/200)) ([0c86fb5](https://github.com/googleapis/java-pubsublite-flink/commit/0c86fb524376f049dbb7bb662655acfc8f32641b))

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


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<packaging>jar</packaging>
<name>Pub/Sub Lite Flink Connector</name>
<artifactId>pubsublite-flink</artifactId>
<version>0.1.2-SNAPSHOT</version><!-- {x-version-update:pubsublite-flink:current} -->
<version>0.1.2</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.1:0.1.2-SNAPSHOT
pubsublite-flink:0.1.2:0.1.2

0 comments on commit 603922b

Please sign in to comment.