From 3601a06acc279b0f8491b3f9e3110c35d65cd99c Mon Sep 17 00:00:00 2001 From: renardeinside Date: Sun, 12 Sep 2021 14:26:01 +0200 Subject: [PATCH] format changelog --- CHANGELOG.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9891e56..d69350ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,18 +11,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ---- ## [Unreleased] - y-m-d -### Changed -- Removed pydash from package dependencies, as it is not used. Still need it as a dev-requirement. -- Added support for [multitask jobs](https://docs.databricks.com/data-engineering/jobs/index.html). -- Added more explanations around DATABRICKS_HOST exception during API client initialization -- Add strict path adjustment policy and FUSE-based path adjustment -- + ---- > Unreleased changes must be tracked above this line. > When releasing, Copy the changelog to below this line, with proper version and date. > And empty the **[Unreleased]** section above. ---- +## [0.2.0] - 2021-09-12 +### Changed +- Removed pydash from package dependencies, as it is not used. Still need it as a dev-requirement. + +### Added +- Added support for [multitask jobs](https://docs.databricks.com/data-engineering/jobs/index.html). +- Added more explanations around DATABRICKS_HOST exception during API client initialization +- Add strict path adjustment policy and FUSE-based path adjustment + + + ## [0.1.6] - 2021-08-26