Skip to content

Commit

Permalink
Bump CHANGELOG for release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 13, 2023
1 parent 5fbc10d commit 3bd5773
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.1.0] - 2023-12-13

- Intepret GEO_POINT type as string.

## [0.0.4] - 2023-12-12
Expand All @@ -23,7 +25,9 @@

- Initial implementation of Flink Catalog for Elastic

[Unreleased]: https://github.com/getindata/flink-elastic-catalog/compare/0.0.4...HEAD
[Unreleased]: https://github.com/getindata/flink-elastic-catalog/compare/0.1.0...HEAD

[0.1.0]: https://github.com/getindata/flink-elastic-catalog/compare/0.0.4...0.1.0

[0.0.4]: https://github.com/getindata/flink-elastic-catalog/compare/0.0.3...0.0.4

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.getindata</groupId>
<artifactId>flink-elastic-catalog</artifactId>
<packaging>jar</packaging>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>

<name>flink-elastic-catalog</name>
<description>Flink Catalog for Elastic.</description>
Expand Down

0 comments on commit 3bd5773

Please sign in to comment.