Skip to content

Commit

Permalink
Bump CHANGELOG for release 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 15, 2025
1 parent 9414edf commit de3fe57
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.18.0] - 2025-01-15

- Ignore Eclipse files in .gitignore
- Support Flink 1.20

Expand Down Expand Up @@ -221,7 +223,9 @@

- Implement basic support for Http connector for Flink SQL

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

[0.18.0]: https://github.com/getindata/flink-http-connector/compare/0.17.0...0.18.0

[0.17.0]: https://github.com/getindata/flink-http-connector/compare/0.16.0...0.17.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.18.0-SNAPSHOT</version>
<version>0.18.0</version>
<packaging>jar</packaging>

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

0 comments on commit de3fe57

Please sign in to comment.