diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ef5cc7..2066543 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Fixed + +### Deprecated + +### Removed + +## [0.15.0] - 2026-07-14 + +### Added + - **Daemon logs are real logs** — the daemon path writes `logs/daemon.log` through a midnight-rotating handler (14-day retention) with ISO-8601 local timestamps carrying the numeric tz offset; level/dir/retention configurable diff --git a/pyproject.toml b/pyproject.toml index bc9dee9..ac59d81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "trading_bot" -version = "0.14.0" +version = "0.15.0" description = "Execution & orchestration layer of the trading triptych — live strategies, order routing, risk. Hexagonal, async-first." readme = "README.md" license = { text = "MIT" }