diff --git a/CHANGELOG.md b/CHANGELOG.md index ea2b6e5a..c513248c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - Introduce `BenchmarkRepository`and `StudioBenchmarkRepository` - Add `create_project` bool to `StudioClient.__init__()` to enable users to automatically create their Studio projects - Add progressbar to the `Runner` to be able to track the `Run` +- Add `StudioClient.submit_benchmark_lineages` function and include it in `StudioClient.submit_benchmark_execution` ### Fixes ...