From cf992267f6a0c939978e9795a6b341e54a260a8d Mon Sep 17 00:00:00 2001 From: Stelios Voutsinas Date: Tue, 22 Oct 2024 14:56:25 -0700 Subject: [PATCH] Prepare release 0.1.1 --- CHANGELOG.md | 8 ++++++++ .../20241022_193504_steliosvoutsinas_fix_sync_query.md | 6 ------ 2 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 changelog.d/20241022_193504_steliosvoutsinas_fix_sync_query.md diff --git a/CHANGELOG.md b/CHANGELOG.md index c4fb6e2..859e95f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ Find changes for the upcoming release in the project's [changelog.d directory](h + +## 0.1.1 (2024-10-22) + +### Other changes + +- Change query to be synchronous (Needs to be because dax_obscore siav2_query is sync) +- Update requirements + ## 0.1.0 (2024-10-21) diff --git a/changelog.d/20241022_193504_steliosvoutsinas_fix_sync_query.md b/changelog.d/20241022_193504_steliosvoutsinas_fix_sync_query.md deleted file mode 100644 index b8cff3f..0000000 --- a/changelog.d/20241022_193504_steliosvoutsinas_fix_sync_query.md +++ /dev/null @@ -1,6 +0,0 @@ - - -### Other changes - -- Change query to be synchronous (Needs to be because dax_obscore siav2_query is sync) -- Update requirements