Skip to content

Commit 9aa44a7

Browse files
author
github-actions
committed
Bump CHANGELOG for release 0.12.0
1 parent 1d5e488 commit 9aa44a7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [0.12.0] - 2024-03-22
6+
57
### Added
68

79
- Added support for passing `Authorization` headers for other purposes than Basic Authentication.
@@ -160,7 +162,9 @@
160162

161163
- Implement basic support for Http connector for Flink SQL
162164

163-
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.11.0...HEAD
165+
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.12.0...HEAD
166+
167+
[0.12.0]: https://github.com/getindata/flink-http-connector/compare/0.11.0...0.12.0
164168

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

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

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

0 commit comments

Comments
 (0)