Skip to content

Commit 54c15dc

Browse files
github-actionsgrzegorz8
github-actions
authored andcommitted
Bump CHANGELOG for release 0.2.0
1 parent 19c93c9 commit 54c15dc

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.2.0] - 2024-01-29
6+
57
- Fix `catalog.include` option and add more logging.
68

79
## [0.1.1] - 2024-01-26
@@ -32,7 +34,9 @@
3234

3335
- Initial implementation of Flink Catalog for Elastic
3436

35-
[Unreleased]: https://github.com/getindata/flink-elastic-catalog/compare/0.1.1...HEAD
37+
[Unreleased]: https://github.com/getindata/flink-elastic-catalog/compare/0.2.0...HEAD
38+
39+
[0.2.0]: https://github.com/getindata/flink-elastic-catalog/compare/0.1.1...0.2.0
3640

3741
[0.1.1]: https://github.com/getindata/flink-elastic-catalog/compare/0.1.0...0.1.1
3842

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.getindata</groupId>
88
<artifactId>flink-elastic-catalog</artifactId>
99
<packaging>jar</packaging>
10-
<version>0.2.0-SNAPSHOT</version>
10+
<version>0.2.0</version>
1111

1212
<name>flink-elastic-catalog</name>
1313
<description>Flink Catalog for Elastic.</description>

0 commit comments

Comments
 (0)