diff --git a/CHANGELOG.md b/CHANGELOG.md index ccff72f..cf8d8fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Release History =============== +## 0.1.1 (2024-10-29) + +- Fix Groq provider. + ## 0.1.0 (2024-10-29) - Initial release. diff --git a/pyproject.toml b/pyproject.toml index dd07ea8..03250bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "simplemind" -version = "0.1.0" +version = "0.1.1" description = "An experimental client for AI providers that intends to replace LangChain and LangGraph for most common use cases." readme = "README.md" requires-python = ">=3.11"