From ab7d93549d0cd8c65ae0a7cb4dc40386d3c5d954 Mon Sep 17 00:00:00 2001 From: Casey Jao Date: Tue, 28 May 2024 12:35:59 -0400 Subject: [PATCH] Changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3e6a1376..fabd76a63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED] +### Changed + +- API base endpoint is now configurable from an environment variable +- Removed unused lattice attributes to reduce asset uploads + +### Fixed + +- Improved handling of Covalent version mismatches between client and + executor environments + +### Operations + +- Allow installing a specific commit sha to ease testing + ## [0.234.1-rc.0] - 2024-05-10 ### Authors