Skip to content

Commit

Permalink
Bump development version after release of 0.13.0 (#88)
Browse files Browse the repository at this point in the history
* Bump CHANGELOG for release 0.13.0

* Bump development version to 0.14.0-SNAPSHOT

---------

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Apr 3, 2024
1 parent 3c57b39 commit a1e485e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

## [Unreleased]

## [0.13.0] - 2024-04-03

### Added

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

### Changed
### Changed

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

- Implement basic support for Http connector for Flink SQL

[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.12.0...HEAD
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.13.0...HEAD

[0.13.0]: https://github.com/getindata/flink-http-connector/compare/0.12.0...0.13.0

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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.

<groupId>com.getindata</groupId>
<artifactId>flink-http-connector</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.14.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>flink-http-connector</name>
Expand Down

0 comments on commit a1e485e

Please sign in to comment.