Skip to content

Commit 34cc6b6

Browse files
author
github-actions
committed
Bump CHANGELOG for release 0.13.0
1 parent 3c57b39 commit 34cc6b6

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,12 +2,14 @@
22

33
## [Unreleased]
44

5+
## [0.13.0] - 2024-04-03
6+
57
### Added
68

79
- Added support for using the result of a lookup join operation in a subsequent select query that adds
810
or removes columns (project pushdown operation).
911

10-
### Changed
12+
### Changed
1113

1214
- Changed [LookupQueryInfo](src/main/java/com/getindata/connectors/http/internal/table/lookup/LookupQueryInfo.java)
1315
Any custom implementation of this interface that aims to provide path-based requests is able to provide
@@ -179,7 +181,9 @@
179181

180182
- Implement basic support for Http connector for Flink SQL
181183

182-
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.12.0...HEAD
184+
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.13.0...HEAD
185+
186+
[0.13.0]: https://github.com/getindata/flink-http-connector/compare/0.12.0...0.13.0
183187

184188
[0.12.0]: https://github.com/getindata/flink-http-connector/compare/0.11.0...0.12.0
185189

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

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

0 commit comments

Comments
 (0)