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.