Skip to content

Commit 453403e

Browse files
github-actionsgrzegorz8
github-actions
authored andcommitted
Bump CHANGELOG for release 0.19.0
1 parent 12945d9 commit 453403e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## [Unreleased]
44

5-
- OIDC token request to not flow during explain
5+
## [0.19.0] - 2025-03-20
6+
7+
- OIDC token request to not flow during explain
68

79
## [0.18.0] - 2025-01-15
810

@@ -225,7 +227,9 @@
225227

226228
- Implement basic support for Http connector for Flink SQL
227229

228-
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.18.0...HEAD
230+
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.19.0...HEAD
231+
232+
[0.19.0]: https://github.com/getindata/flink-http-connector/compare/0.18.0...0.19.0
229233

230234
[0.18.0]: https://github.com/getindata/flink-http-connector/compare/0.17.0...0.18.0
231235

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

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

0 commit comments

Comments
 (0)