Skip to content

Commit de3fe57

Browse files
author
github-actions
committed
Bump CHANGELOG for release 0.18.0
1 parent 9414edf commit de3fe57

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.18.0] - 2025-01-15
6+
57
- Ignore Eclipse files in .gitignore
68
- Support Flink 1.20
79

@@ -221,7 +223,9 @@
221223

222224
- Implement basic support for Http connector for Flink SQL
223225

224-
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.17.0...HEAD
226+
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.18.0...HEAD
227+
228+
[0.18.0]: https://github.com/getindata/flink-http-connector/compare/0.17.0...0.18.0
225229

226230
[0.17.0]: https://github.com/getindata/flink-http-connector/compare/0.16.0...0.17.0
227231

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.18.0-SNAPSHOT</version>
26+
<version>0.18.0</version>
2727
<packaging>jar</packaging>
2828

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

0 commit comments

Comments
 (0)