import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_34 = VersionInfo.of({ version: '0.2.34:0', releaseNotes: { en_US: 'Relay endpoint is now hardcoded in server/relay-default.js and no longer user-configurable. Removed the "Set Relay URL" StartOS action and the relay_base_url config field — operator controls relay routing entirely through Recap version updates. End users see only credit balance + tier.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })