diff --git a/CHANGELOG.md b/CHANGELOG.md index 492f5ba6c..35f5b6109 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - New Runner and executor API to bypass server-side memory when running tasks. - Added qelectron_db as an asset to be transferred from executor's machine to covalent server - New methods to qelectron_utils, replacing the old ones +- Covalent deploy CLI tool added - allows provisioning infras directly from covalent ### Docs @@ -58,6 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Temporarily skipping the sqlite and database trigger functional tests - Updated tests to accommodate the new qelectron fixes - Added new tests for the Database class and qelectron_utils +- Covalent deploy CLI tool tests. ### Removed @@ -354,7 +356,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Tests - Added tests for the `CloudResourceManager` class -- Covalent deploy CLI tool tests. ### Docs