From fa34c7f0acd527d0cadb0b2e249631acd3f57381 Mon Sep 17 00:00:00 2001 From: agatha Date: Sat, 14 Mar 2026 16:45:15 -0400 Subject: [PATCH] docs: update changelog for acquire endpoint --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 747766a..0c456ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,4 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - API key authentication via Bearer token - Credit ledger with balance queries - API key management (create, list, revoke) -- Account info and credit history endpoints \ No newline at end of file +- Account info and credit history endpoints +- Proxy acquire endpoint with atomic lease creation via Redis +- Credit debit on acquisition with balance verification +- Proxy release endpoint with immediate lease cleanup +- Lease audit trail in PostgreSQL \ No newline at end of file