From 3bb0772386ea54872c577945b0e8d87ced2200b1 Mon Sep 17 00:00:00 2001 From: Collin Dutter Date: Sun, 12 Jan 2025 11:40:46 -0800 Subject: [PATCH] Version bump v1.1.3 --- CHANGELOG.md | 8 +++++++- docs/griptape-framework/misc/events.md | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89b00a02c..4f1f28d7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [1.1.3] - 2025-01-12 + +### Fixed + +- `FootnotePromptResponseRagModule`'s system prompt causing it to not answer even with relevant chunks. + ## [1.1.2] - 2025-01-12 ### Fixed @@ -16,11 +22,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `BaseLoader.reference` not being set when using `BaseLoader.parse` directly. - `LocalVectorStoreDriver` returned Entries not containing the namespace. - References being lost on Artifacts during chunking. -- `FootnotePromptResponseRagModule`'s system prompt causing it to not answer even with relevant chunks. ## [1.1.1] - 2025-01-03 ### Fixed + - Incorrect deprecation warning on `ToolkitTask`. ## [1.1.0] - 2024-12-31 diff --git a/docs/griptape-framework/misc/events.md b/docs/griptape-framework/misc/events.md index 0d30ed1e9..83e526356 100644 --- a/docs/griptape-framework/misc/events.md +++ b/docs/griptape-framework/misc/events.md @@ -79,7 +79,7 @@ Handler 2 "] license = "Apache 2.0"