From 5ef43938fa39d1aee05b0eb0726c653f7418f540 Mon Sep 17 00:00:00 2001 From: Muhammet Orazov Date: Mon, 16 Mar 2020 11:01:51 +0100 Subject: [PATCH] Prepare for release version v0.6.2. --- CHANGES.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index dad92b38..e19b24c1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,20 @@ -## Unreleased +## v0.6.2 + +> 2020 MAR 16 + +* Adds Delta Lake format import integration. + [#31](https://github.com/exasol/cloud-storage-etl-udfs/issues/31) + [#78](https://github.com/exasol/cloud-storage-etl-udfs/pull/78) + +* Adds initial system requirements document for the upcoming Amazon Kinesis + Connector. + [#72](https://github.com/exasol/cloud-storage-etl-udfs/issues/72) + [#73](https://github.com/exasol/cloud-storage-etl-udfs/pull/73) + +* Improve the user guide document with an additional Exasol connection object + usage example. + [#66](https://github.com/exasol/cloud-storage-etl-udfs/issues/66) + [#76](https://github.com/exasol/cloud-storage-etl-udfs/pull/76) * Updated dependencies to make the project run with IntelliJ IDEA. [#70](https://github.com/exasol/cloud-storage-etl-udfs/issues/70) @@ -6,6 +22,8 @@ ## v0.6.1 +> 2020 FEB 17 + * Add Azure Data Lake Gen2 Storage support. [#58](https://github.com/exasol/cloud-storage-etl-udfs/issues/58) [#69](https://github.com/exasol/cloud-storage-etl-udfs/pull/69)