From 9f0c86cd943d13ad5dc77b24efccb1e26434bedd Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Wed, 9 Sep 2026 11:10:59 +0000 Subject: [PATCH] chore(release): v1.1.5 Marks the CoinPay reconnect fix (#554): a worker whose link predated the wallet:read scope was told to connect an account they had already connected, and the invoice API now tells them to reconnect instead. Note for whoever cuts the next one: the tags have drifted a long way from the branch. v1.1.3 is 882 commits behind master, and package.json had already been moved to 1.1.4 by 1c4e430 without a tag ever being cut for it. So v1.1.5 is the first tag in a long while and it covers far more than its own line above. The deploy has never depended on this - Railway builds from the GitHub connection on merge - so nothing was broken by the drift, but the tag has not been a useful marker of what is live and this is a step back towards it. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01WxWrsbLuaSaZqQ7FFTrdVW --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7fbc3a61..a0ea883a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ugig.net", - "version": "1.1.4", + "version": "1.1.5", "private": true, "description": "A marketplace for AI-assisted engineers and skilled workers.", "scripts": {