import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_126 = VersionInfo.of({ version: '0.2.126:0', releaseNotes: { en_US: 'Persist payment-webhook dedup across restarts (no double-credit/double-extend); declare BTCPay a required dependency; scope CORS to /relay/*; add money-path + webhook-dedup tests; doc fixes', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })