diff --git a/CHANGELOG.md b/CHANGELOG.md index 8642223..77c297b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ +## v9.8.0 (2025-12-15) + +### Chores + +- Sync version to config.py [skip ci] + ([`cb97a89`](https://github.com/BeehiveInnovations/pal-mcp-server/commit/cb97a891dec6ab7c56b8b35c277ab3680af384d9)) + +### Features + +- Add Claude Opus 4.5 model via OpenRouter + ([`813ce5c`](https://github.com/BeehiveInnovations/pal-mcp-server/commit/813ce5c9f7db2910eb12d8c84d3d99f464c430ed)) + +### Testing + +- Add comprehensive test coverage for Opus 4.5 aliases + ([`cf63fd2`](https://github.com/BeehiveInnovations/pal-mcp-server/commit/cf63fd25440d599f2ec006bb8cfda5b8a6f61524)) + + ## v9.7.0 (2025-12-15) ### Chores diff --git a/pyproject.toml b/pyproject.toml index 4900c5c..c14b3b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pal-mcp-server" -version = "9.7.0" +version = "9.8.0" description = "AI-powered MCP server with multiple model providers" requires-python = ">=3.9" dependencies = [