From f306405086ec793a2d0007547825855ca7ef9d65 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 26 Jan 2024 15:37:46 +0000 Subject: [PATCH] Bump CHANGELOG for release 0.1.1 --- CHANGELOG.md | 6 +++++- pom.xml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 792a629..bfe8e66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.1.1] - 2024-01-26 + - Add `catalog.include` and `catalog.exclude` options. - Allow to add `proctime` column to tables. @@ -28,7 +30,9 @@ - Initial implementation of Flink Catalog for Elastic -[Unreleased]: https://github.com/getindata/flink-elastic-catalog/compare/0.1.0...HEAD +[Unreleased]: https://github.com/getindata/flink-elastic-catalog/compare/0.1.1...HEAD + +[0.1.1]: https://github.com/getindata/flink-elastic-catalog/compare/0.1.0...0.1.1 [0.1.0]: https://github.com/getindata/flink-elastic-catalog/compare/0.0.4...0.1.0 diff --git a/pom.xml b/pom.xml index 515f477..b870209 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.getindata flink-elastic-catalog jar - 0.1.1-SNAPSHOT + 0.1.1 flink-elastic-catalog Flink Catalog for Elastic.