@@ -1,5 +1,10 @@
# Changelog
+## v0.6.1
+- Release metadata bump after the snapshot system update.
+- Balance snapshots remain one row per account capture.
+- Snapshot valuation uses `crypto.get_price` and does not depend on the removed Bitstamp live-price cache.
+
## v0.6.0
- Added one-row-per-account balance snapshots.
- Snapshot reports now return the latest snapshots for one account as a plain array.
@@ -1,4 +1,4 @@
-# exec-mcp v0.6.0
+# exec-mcp v0.6.1
## Release notes
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "exec-mcp"
-version = "0.6.0"
+version = "0.6.1"
description = "Execution MCP for Trader27"
readme = "README.md"
requires-python = ">=3.11"