diff --git a/CHANGELOG.md b/CHANGELOG.md index e3932e5..46905c5 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] +## [2.0.1] - 2026-02-05 + +### Fixed + +- **Expert agent registration failure** - `AnthropicModel` does not accept `api_key` directly; now passes it via `AnthropicProvider` + ## [2.0.0] - 2026-02-05 ### Added diff --git a/pyproject.toml b/pyproject.toml index 90e2e75..ba6488d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "tatlock" -version = "2.0.0" +version = "2.0.1" description = "OpenAI-compatible API with Ollama backend" requires-python = ">=3.12" dependencies = []