Skip to content

Commit eb419c1

Browse files
github-actions[bot]github-actions
and
github-actions
authored
Bump development version after release of 0.15.0 (#110)
* Bump CHANGELOG for release 0.15.0 * Bump development version to 0.16.0-SNAPSHOT --------- Co-authored-by: github-actions <[email protected]>
1 parent da0b0ca commit eb419c1

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.15.0] - 2024-07-30
6+
57
### Added
68

79
- Added support for caching of lookup joins.
@@ -199,7 +201,9 @@
199201

200202
- Implement basic support for Http connector for Flink SQL
201203

202-
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.14.0...HEAD
204+
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.15.0...HEAD
205+
206+
[0.15.0]: https://github.com/getindata/flink-http-connector/compare/0.14.0...0.15.0
203207

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

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

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

0 commit comments

Comments
 (0)