From ac8fef3c2ba83b0ad7893c978745f7dd0e5cef19 Mon Sep 17 00:00:00 2001 From: ArthurBernard Date: Sun, 2 Aug 2026 18:19:51 +0200 Subject: [PATCH] chore: release v0.15.1 --- CHANGELOG.md | 12 ++++++++---- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48ddff0..3cf92bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +### Deprecated + +### Removed + +## [0.15.1] - 2026-08-02 + +### Fixed + - **The access log never prints secrets** — a redaction filter on the uvicorn `access`/`error` loggers masks sensitive query values (`token`, `signature`, `api_key`, `nonce` — the `transport/http.py` key set, public as `redact_url`) @@ -19,10 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 documented `?token=` script auth can no longer write the dashboard token to journald/log files. (#232) -### Deprecated - -### Removed - ## [0.15.0] - 2026-07-14 ### Added diff --git a/pyproject.toml b/pyproject.toml index ac59d81..6289467 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "trading_bot" -version = "0.15.0" +version = "0.15.1" description = "Execution & orchestration layer of the trading triptych — live strategies, order routing, risk. Hexagonal, async-first." readme = "README.md" license = { text = "MIT" }