Skip to content

Commit 6d32b53

Browse files
author
github-actions
committed
Bump CHANGELOG for release 0.9.0
1 parent 50cf389 commit 6d32b53

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
## [Unreleased]
4+
5+
## [0.9.0] - 2023-02-10
6+
47
- Add support for Flink 1.16.
58
- Add [SchemaLifecycleAwareElementConverter](src/main/java/com/getindata/connectors/http/SchemaLifecycleAwareElementConverter.java) that can be used for createing
69
schema lifecycle aware Element converters for Http Sink.
@@ -111,7 +114,9 @@
111114

112115
- Implement basic support for Http connector for Flink SQL
113116

114-
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.8.1...HEAD
117+
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.9.0...HEAD
118+
119+
[0.9.0]: https://github.com/getindata/flink-http-connector/compare/0.8.1...0.9.0
115120

116121
[0.8.1]: https://github.com/getindata/flink-http-connector/compare/0.8.0...0.8.1
117122

pom.xml

+1-1
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.9.0-SNAPSHOT</version>
26+
<version>0.9.0</version>
2727
<packaging>jar</packaging>
2828

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

0 commit comments

Comments
 (0)