From 2f8ccb90531bfb385b9449c734e887af89caa779 Mon Sep 17 00:00:00 2001 From: Collin Dutter Date: Wed, 21 Aug 2024 13:33:04 -0700 Subject: [PATCH] Update/fix changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21f72fe50..525817db9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.30.1] - 2024-08-21 + +### Fixed +- `CsvExtractionEngine` not using provided `Ruleset`s. +- Docs examples for Extraction Engines not properly passing in schemas. + +## [0.30.0] - 2024-08-20 + ### Added - `AstraDbVectorStoreDriver` to support DataStax Astra DB as a vector store. - Ability to set custom schema properties on Tool Activities via `extra_schema_properties`.