Skip to content

Commit 9585923

Browse files
author
github-actions
committed
Bump CHANGELOG for release 0.2.0
1 parent 699bdee commit 9585923

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22

33
## [Unreleased]
44

5-
- Implement [HttpSink](src/main/java/com/getindata/connectors/http/sink/HttpSink.java) deriving from [AsyncSinkBase](https://cwiki.apache.org/confluence/display/FLINK/FLIP-171%3A+Async+Sink) introduced in Flink 1.15.
6-
- Add support for Table API in HttpSink in the form of [HttpDynamicSink](src/main/java/com/getindata/connectors/http/table/HttpDynamicSink.java).
5+
## [0.2.0] - 2022-07-06
6+
7+
- Implement [HttpSink](src/main/java/com/getindata/connectors/http/sink/HttpSink.java) deriving from [AsyncSinkBase](https://cwiki.apache.org/confluence/display/FLINK/FLIP-171%3A+Async+Sink) introduced in Flink 1.15.
8+
- Add support for Table API in HttpSink in the form of [HttpDynamicSink](src/main/java/com/getindata/connectors/http/table/HttpDynamicSink.java).
79

810
## [0.1.0] - 2022-05-26
911

1012
- Implement basic support for Http connector for Flink SQL
1113

12-
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.1.0...HEAD
14+
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.2.0...HEAD
15+
16+
[0.2.0]: https://github.com/getindata/flink-http-connector/compare/0.1.0...0.2.0
1317

1418
[0.1.0]: https://github.com/getindata/flink-http-connector/compare/dfe9bfeaa73e77b1de14cd0cb0546a925583e23e...0.1.0

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323

2424
<groupId>com.getindata</groupId>
2525
<artifactId>flink-http-connector</artifactId>
26-
<version>0.2.0-SNAPSHOT</version>
26+
<version>0.2.0</version>
2727
<packaging>jar</packaging>
2828

2929
<name>flink-http-connector</name>

0 commit comments

Comments
 (0)