diff --git a/CHANGELOG.md b/CHANGELOG.md index 2463661..8388137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED] -## [0.17.0] - 2024-01-17 -## Changed +### Changed - Read id's from user's config instead of input (no more required args) - Update executor config output, remove unused @@ -17,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Conform to 'alphanumeric chars only' rule for resource names - Use `templatefile` instead of `template_file` (MacOS compatibility) +## [0.17.0] - 2024-01-17 + ### Added - Added `covalent_package_version` so that we can specify the version of the covalent to use when building the docker image