diff --git a/CHANGELOG.md b/CHANGELOG.md index a05cfb1..4c76bac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## 0.6.1 - 2023-06-19 + ### Fixed -- DRIFT-613: Use new Client.walk method to improve performance, [PR-12](https://github.com/panda-official/DriftCLI/pull/12) +- DRIFT-613: Use new `Client.walk` method to improve performance, [PR-12](https://github.com/panda-official/DriftCLI/pull/12) ## 0.6.0 - 2023-04-12 diff --git a/pyproject.toml b/pyproject.toml index 5804fd1..2bd9870 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools>=40.8.0", "wheel"] [project] name = "drift-cli" -version = "0.7.0" +version = "0.6.1" description = "CLI client for PANDA | Drift Platform" requires-python = ">=3.8" readme = "README.md"