Skip to content

Commit f7c08b8

Browse files
author
github-actions
committed
Bump CHANGELOG for release 0.20.0
1 parent bc340ab commit f7c08b8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.20.0] - 2025-05-23
6+
57
- Added option to define a proxy for the lookup source (including authentication)
68

79
- Added support for generic json and URL query creator
@@ -238,7 +240,9 @@
238240

239241
- Implement basic support for Http connector for Flink SQL
240242

241-
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.19.0...HEAD
243+
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.20.0...HEAD
244+
245+
[0.20.0]: https://github.com/getindata/flink-http-connector/compare/0.19.0...0.20.0
242246

243247
[0.19.0]: https://github.com/getindata/flink-http-connector/compare/0.18.0...0.19.0
244248

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

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

0 commit comments

Comments
 (0)