Skip to content

Commit

Permalink
Bump CHANGELOG for release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 22, 2024
1 parent 1d5e488 commit 9aa44a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.12.0] - 2024-03-22

### Added

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

- Implement basic support for Http connector for Flink SQL

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

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

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

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

0 comments on commit 9aa44a7

Please sign in to comment.