diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fe010e1..f3050872 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [Please read through the Keep a Changelog (~5min)](https://keepachangelog.com/en/1.0.0/). -## [Unreleased] - YYYY-MM-DD +## [UNRELEASED] - YYYY-MM-DD + +---- +> 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.6.12] - 2022-08-15 ## Added @@ -18,12 +26,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support `jobs_api_version` values provided by config in `ApiClient` construction - References and wording in the Python template ----- -> 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.6.11] - 2022-08-09 ## Fixed diff --git a/dbx/__init__.py b/dbx/__init__.py index 33c23c3b..49aadb81 100644 --- a/dbx/__init__.py +++ b/dbx/__init__.py @@ -1 +1 @@ -__version__ = "0.6.11" +__version__ = "0.6.12"