Skip to content

Commit 741cc55

Browse files
author
github-actions
committed
Bump CHANGELOG for release 0.16.0
1 parent eac08ed commit 741cc55

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.16.0] - 2024-10-18
6+
57
### Added
68

79
- Added support for built in JVM certificates if no security is configured.
@@ -210,7 +212,9 @@
210212

211213
- Implement basic support for Http connector for Flink SQL
212214

213-
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.15.0...HEAD
215+
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.16.0...HEAD
216+
217+
[0.16.0]: https://github.com/getindata/flink-http-connector/compare/0.15.0...0.16.0
214218

215219
[0.15.0]: https://github.com/getindata/flink-http-connector/compare/0.14.0...0.15.0
216220

Diff for: 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.16.0-SNAPSHOT</version>
26+
<version>0.16.0</version>
2727
<packaging>jar</packaging>
2828

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

0 commit comments

Comments
 (0)