Skip to content

Commit 3dfe914

Browse files
author
github-actions
committed
Bump CHANGELOG for release 0.14.0
1 parent d75e18d commit 3dfe914

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.14.0] - 2024-05-10
6+
57
### Added
68

79
- Added support for optionally using a custom SLF4J logger to trace HTTP lookup queries.
@@ -189,7 +191,9 @@
189191

190192
- Implement basic support for Http connector for Flink SQL
191193

192-
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.13.0...HEAD
194+
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.14.0...HEAD
195+
196+
[0.14.0]: https://github.com/getindata/flink-http-connector/compare/0.13.0...0.14.0
193197

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

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

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

0 commit comments

Comments
 (0)