Skip to content

Commit 6de6eb3

Browse files
author
github-actions
committed
Bump CHANGELOG for release 0.17.0
1 parent 1a140ea commit 6de6eb3

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.17.0] - 2024-11-28
6+
57
### Added
68

79
- Allow to fetch multiple results from REST API endpoint (`gid.connector.http.source.lookup.result-type`).
@@ -216,7 +218,9 @@
216218

217219
- Implement basic support for Http connector for Flink SQL
218220

219-
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.16.0...HEAD
221+
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.17.0...HEAD
222+
223+
[0.17.0]: https://github.com/getindata/flink-http-connector/compare/0.16.0...0.17.0
220224

221225
[0.16.0]: https://github.com/getindata/flink-http-connector/compare/0.15.0...0.16.0
222226

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

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

0 commit comments

Comments
 (0)