Skip to content

Commit 19ada7e

Browse files
author
github-actions
committed
Bump CHANGELOG for release 0.21.0
1 parent bd3c3f9 commit 19ada7e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## [Unreleased]
44

5-
- optimized logging in HttpHeaderUtils.
5+
## [0.21.0] - 2025-09-16
6+
7+
- optimized logging in HttpHeaderUtils.
68

79
## [0.20.0] - 2025-05-23
810

@@ -242,7 +244,9 @@
242244

243245
- Implement basic support for Http connector for Flink SQL
244246

245-
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.20.0...HEAD
247+
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.21.0...HEAD
248+
249+
[0.21.0]: https://github.com/getindata/flink-http-connector/compare/0.20.0...0.21.0
246250

247251
[0.20.0]: https://github.com/getindata/flink-http-connector/compare/0.19.0...0.20.0
248252

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

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

0 commit comments

Comments
 (0)