We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe9bfe commit 88726cdCopy full SHA for 88726cd
CHANGELOG.md
@@ -2,4 +2,10 @@
2
3
## [Unreleased]
4
5
+## [0.1.0] - 2022-05-26
6
+
7
- Implement baisc support for Http connector for Flink SQL
8
9
+[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.1.0...HEAD
10
11
+[0.1.0]: https://github.com/getindata/flink-http-connector/compare/dfe9bfeaa73e77b1de14cd0cb0546a925583e23e...0.1.0
pom.xml
@@ -23,7 +23,7 @@ under the License.
23
24
<groupId>com.getindata</groupId>
25
<artifactId>flink-http-connector</artifactId>
26
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.0</version>
27
<packaging>jar</packaging>
28
29
<name>flink-http-connector</name>
0 commit comments