From df8a0ef7606aa3bdd328fa309c470f8beedb213a Mon Sep 17 00:00:00 2001 From: Andrey Radchenko Date: Tue, 7 Jul 2026 11:55:50 +0300 Subject: [PATCH] fix: trigger release for session cap reauth (AUT-1474) PR #137 was squash-merged into master as commit 5c1565f with subject "Aut 1474 session cap reauth (#137)", which does not match the conventional-commits format the release pipeline requires. As a result, conventional-commits:validate found no releasable commit type and CircleCI silently skipped the version bump and deploy. This empty commit restores a conventional "fix:" subject on master so the next CI run picks up a patch release, deploying the changes already merged in #137.