diff --git a/CHANGELOG.md b/CHANGELOG.md index a73b0dd..39b6a2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] - 2023-09-28 + ### Added - Added support for LiteLLM. diff --git a/pyproject.toml b/pyproject.toml index bdae864..bc7761e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "llm-app" -version = "0.2.0" +version = "0.3.0" description = "LLM-App is a library for creating responsive AI applications leveraging OpenAI/Hugging Face APIs to provide responses to user queries based on live data sources. Build your own LLM application in 30 lines of code, no vector database required." authors = [ "Jan Chorowski ",