Skip to content

Commit 8a07963

Browse files
author
github-actions
committed
Bump CHANGELOG for release 0.11.0
1 parent 80704e6 commit 8a07963

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
## [Unreleased]
44

5-
## [0.10.0] - 2023-07-05
5+
## [0.11.0] - 2023-11-20
66

7+
## [0.10.0] - 2023-07-05
78

8-
### Fixed
9+
### Fixed
910

1011
Fixed an issue where SQL Client did not work with the connector at Flink 1.16.
11-
12+
1213
This required a change to use a different classloader in the lookup join processing.
1314
As well as the classloader change, a change to the PrefixedConfigOption implementation was
1415
required, because it was implemented as an extension to ConfigOption; which produced
@@ -144,7 +145,9 @@
144145

145146
- Implement basic support for Http connector for Flink SQL
146147

147-
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.10.0...HEAD
148+
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.11.0...HEAD
149+
150+
[0.11.0]: https://github.com/getindata/flink-http-connector/compare/0.10.0...0.11.0
148151

149152
[0.10.0]: https://github.com/getindata/flink-http-connector/compare/0.9.0...0.10.0
150153

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

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

0 commit comments

Comments
 (0)