diff --git a/CHANGELOG.md b/CHANGELOG.md index 88f4d9946..28645f13c 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.26] + - feat: Generic Multimodal Chat Handler by @abetlen in #2256 - feat: update llama.cpp to ggml-org/llama.cpp@7c158fbb4 - feat(ci): add ROCm wheel builds by @abetlen in #2252 diff --git a/llama_cpp/__init__.py b/llama_cpp/__init__.py index 52101c9b7..bbfb73de3 100644 --- a/llama_cpp/__init__.py +++ b/llama_cpp/__init__.py @@ -1,4 +1,4 @@ from .llama_cpp import * from .llama import * -__version__ = "0.3.25" +__version__ = "0.3.26"