diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e25c5ea9..3b1683472 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Remove `BaseTextArtifact`, revert `CsvRowArtifact` to subclass `TextArtifact`. +### Fixed +- Missing extra for `drivers-text-to-speech-elevenlabs`. + ## [0.29.0] - 2024-07-30 ### Added diff --git a/pyproject.toml b/pyproject.toml index 4f8134925..a07745e3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "griptape" -version = "0.29.0" +version = "0.29.1" description = "Modular Python framework for LLM workflows, tools, memory, and data." authors = ["Griptape "] license = "Apache 2.0"