diff --git a/README.md b/README.md index 161bb1a..ebedf80 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Snowflake Virtual Schema (short "VSSF") is an implementation of a [Virtual Schem The **Snowflake Virtual Schema** provides an abstraction layer that makes an external [Snowflake](https://www.Snowflake.org/) database accessible from an Exasol database through regular SQL commands. The contents of the external Snowflake database are mapped to virtual tables which look like and can be queried as any regular Exasol table. -If you want to set up a Virtual Schema for a different database system, please head over to the [Virtual Schemas Repository][virtual-schemas]. +If you want to set up a Virtual Schema for a different database system, please head over to the [Virtual Schemas Repository](https://github.com/exasol/virtual-schemas). ## Features diff --git a/doc/changes/changelog.md b/doc/changes/changelog.md index 9e62d07..39f13d8 100644 --- a/doc/changes/changelog.md +++ b/doc/changes/changelog.md @@ -1,3 +1,4 @@ # Changes +* [0.2.0](changes_0.2.0.md) * [0.1.0](changes_0.1.0.md) diff --git a/doc/changes/changes_0.2.0.md b/doc/changes/changes_0.2.0.md new file mode 100644 index 0000000..0a33265 --- /dev/null +++ b/doc/changes/changes_0.2.0.md @@ -0,0 +1,10 @@ +# Virtual Schema for Snowflake 0.2.0, released 2024-??-?? + +Code name: + +## Summary + +## Features + +* ISSUE_NUMBER: description + diff --git a/pk_generated_parent.pom b/pk_generated_parent.pom index eeaf0cf..565e598 100644 --- a/pk_generated_parent.pom +++ b/pk_generated_parent.pom @@ -3,7 +3,7 @@ 4.0.0 com.exasol snowflake-virtual-schema-generated-parent - 0.1.0 + 0.2.0 pom UTF-8 diff --git a/pom.xml b/pom.xml index 8833b42..1c3e2c2 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 snowflake-virtual-schema - 0.1.0 + 0.2.0 Virtual Schema for Snowflake Virtual Schema for connecting Snowflake as data source to Exasol https://github.com/exasol/snowflake-virtual-schema/ @@ -188,7 +188,7 @@ snowflake-virtual-schema-generated-parent com.exasol - 0.1.0 + 0.2.0 pk_generated_parent.pom