Skip to content

Commit

Permalink
Bump CHANGELOG for release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 15, 2023
1 parent 551c9c8 commit 0ed0d64
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@

## [Unreleased]

## [0.0.1] - 2023-02-15

- Initial implementation of Flink Catalog for Elastic

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

[0.0.1]: https://github.com/getindata/flink-elastic-catalog/compare/551c9c8a6381de1fd020fd64c43ffaf89928002c...0.0.1
4 changes: 2 additions & 2 deletions flink-connector-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ under the License.
<parent>
<groupId>com.getindata</groupId>
<artifactId>flink-elastic-catalog-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>flink-connector-jdbc</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>jar</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions flink-elastic-catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>com.getindata</groupId>
<artifactId>flink-elastic-catalog-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>flink-elastic-catalog</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>

<name>flink-elastic-catalog</name>
<description>Flink Catalog for Elastic.</description>
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-parent</artifactId>
<packaging>pom</packaging>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>

<modules>
<module>flink-connector-jdbc</module>
Expand Down

0 comments on commit 0ed0d64

Please sign in to comment.