From f7c08b864bb04f74fa657c68bf1b9a16219d6970 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 23 May 2025 14:43:51 +0000 Subject: [PATCH 1/2] Bump CHANGELOG for release 0.20.0 --- CHANGELOG.md | 6 +++++- pom.xml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7810d9b..b8a5c25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.20.0] - 2025-05-23 + - Added option to define a proxy for the lookup source (including authentication) - Added support for generic json and URL query creator @@ -238,7 +240,9 @@ - Implement basic support for Http connector for Flink SQL -[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.19.0...HEAD +[Unreleased]: https://github.com/getindata/flink-http-connector/compare/0.20.0...HEAD + +[0.20.0]: https://github.com/getindata/flink-http-connector/compare/0.19.0...0.20.0 [0.19.0]: https://github.com/getindata/flink-http-connector/compare/0.18.0...0.19.0 diff --git a/pom.xml b/pom.xml index 8e32e4e..c4141a8 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ under the License. com.getindata flink-http-connector - 0.20.0-SNAPSHOT + 0.20.0 jar flink-http-connector From ab147577beb111a21df0ccb5b09d6fba0a6b8ae3 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 23 May 2025 14:44:00 +0000 Subject: [PATCH 2/2] Bump development version to 0.21.0-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c4141a8..dafdb7f 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ under the License. com.getindata flink-http-connector - 0.20.0 + 0.21.0-SNAPSHOT jar flink-http-connector