Skip to content

Commit 52ba5e2

Browse files
author
github-actions
committed
Bump CHANGELOG for release 0.6.0
1 parent b5f863e commit 52ba5e2

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
## [Unreleased]
44

5+
## [0.6.0] - 2022-10-05
6+
57
### Added
6-
- Add support for other REST methods like PUT and POST to lookup source connector. The request method can be set using
7-
new optional lookup-source property `lookup-method`. If property is not specified in table DDL, GET method will be used for
8-
lookup queries.
8+
9+
- Add support for other REST methods like PUT and POST to lookup source connector. The request method can be set using
10+
new optional lookup-source property `lookup-method`. If property is not specified in table DDL, GET method will be used for
11+
lookup queries.
912

1013
## [0.5.0] - 2022-09-22
1114

@@ -76,7 +79,9 @@
7679

7780
- Implement basic support for Http connector for Flink SQL
7881

79-
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.5.0...HEAD
82+
[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.6.0...HEAD
83+
84+
[0.6.0]: https://github.com/getindata/flink-http-connector/compare/0.5.0...0.6.0
8085

8186
[0.5.0]: https://github.com/getindata/flink-http-connector/compare/0.4.0...0.5.0
8287

pom.xml

Lines changed: 1 addition & 1 deletion
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.6.0-SNAPSHOT</version>
26+
<version>0.6.0</version>
2727
<packaging>jar</packaging>
2828

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

0 commit comments

Comments
 (0)