From 481126ceca371dd81a6cf5c09619bd400323ce13 Mon Sep 17 00:00:00 2001 From: Bill Date: Tue, 4 Nov 2025 10:59:27 -0500 Subject: [PATCH] chore: release v0.4.0 Major version bump due to breaking changes: - Schema migration from action-centric to day-centric model - Old database tables removed (trading_sessions, positions, reasoning_logs) - /reasoning endpoint removed (replaced by /results) - Accurate daily P&L calculation system implemented --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97345fa..6105b42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.0] - 2025-11-04 + ### BREAKING CHANGES #### Schema Migration: Old Tables Removed