diff --git a/CHANGELOG.md b/CHANGELOG.md index d2e3574..8c327f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,3 +15,22 @@ AES-256-GCM-encrypted Intervals.icu API keys (Better Auth), streamable-HTTP tran CORS, and the full activity / event / wellness / power-curve / gear / custom-item toolset. [0.1.0]: https://git.farh.net/farhoodlabs/intervalsicu-mcp/releases/tag/v0.1.0 + +## v0.2.0 (2026-07-20) + +### Feat + +- **wellness**: add update_wellness write tool, computed Form (TSB), date-label fix + +### Fix + +- **wellness**: harden Form/TSB and date rendering from code review +- reset version to 0.1.0 baseline; let cz bump own versioning + +## v0.1.0 (2026-07-20) + +### Feat + +- **db**: Alembic migration for users table (async env, DATABASE_URL) +- **multi-tenant**: resolve per-caller credentials in every tool +- **multi-tenant**: data layer, encryption, and per-request credential resolver diff --git a/pyproject.toml b/pyproject.toml index e4c943a..46534b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "intervalsicu-mcp" -version = "0.1.0" +version = "0.2.0" description = "A Model Context Protocol server for Intervals.icu (FastMCP, native OAuth)" readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.12"