Skip to content

Commit

Permalink
Bump development version after release of 0.14.0 (#95)
Browse files Browse the repository at this point in the history
* Bump CHANGELOG for release 0.14.0

* Bump development version to 0.15.0-SNAPSHOT

---------

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored May 10, 2024
1 parent d75e18d commit 328bf2e
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.14.0] - 2024-05-10

### Added

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

- Implement basic support for Http connector for Flink SQL

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

[0.14.0]: https://github.com/getindata/flink-http-connector/compare/0.13.0...0.14.0

[0.13.0]: https://github.com/getindata/flink-http-connector/compare/0.12.0...0.13.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.14.0-SNAPSHOT</version>
<version>0.15.0-SNAPSHOT</version>
<packaging>jar</packaging>

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

0 comments on commit 328bf2e

Please sign in to comment.