Skip to content

Commit

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

* Bump development version to 0.12.0-SNAPSHOT

---------

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Nov 20, 2023
1 parent 80704e6 commit 4c4d312
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

## [Unreleased]

## [0.10.0] - 2023-07-05
## [0.11.0] - 2023-11-20

## [0.10.0] - 2023-07-05

### Fixed
### Fixed

Fixed an issue where SQL Client did not work with the connector at Flink 1.16.

This required a change to use a different classloader in the lookup join processing.
As well as the classloader change, a change to the PrefixedConfigOption implementation was
required, because it was implemented as an extension to ConfigOption; which produced
Expand Down Expand Up @@ -144,7 +145,9 @@

- Implement basic support for Http connector for Flink SQL

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

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

[0.10.0]: https://github.com/getindata/flink-http-connector/compare/0.9.0...0.10.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.11.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</version>
<packaging>jar</packaging>

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

0 comments on commit 4c4d312

Please sign in to comment.