diff --git a/cmd/probod/CHANGELOG.md b/cmd/probod/CHANGELOG.md index 7eb5fe202..6942a2311 100644 --- a/cmd/probod/CHANGELOG.md +++ b/cmd/probod/CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso ## Unreleased +## [0.217.0] - 2026-06-22 + +### Added + +- Resource aliases: trust center entries support a custom URL slug; alias field and set/remove mutations exposed in the console API, trust API, and MCP tools, with alias-based navigation in the trust center + +### Changed + +- Agent tool JSON schemas normalize required fields for OpenAI compatibility + +### Fixed + +- Alias resolver, field blur, and sitemap URL generation + ## [0.216.1] - 2026-06-19 ### Fixed diff --git a/cmd/probod/VERSION b/cmd/probod/VERSION index d5fa88ace..32d48b262 100644 --- a/cmd/probod/VERSION +++ b/cmd/probod/VERSION @@ -1 +1 @@ -0.216.1 +0.217.0