import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_19 = VersionInfo.of({ version: '0.2.19:0', releaseNotes: { en_US: 'Hotfix: Test buttons in Settings → API Keys & Endpoints were returning "license_required" for unlicensed users because /api/providers/* wasn\'t in the license-gate allowlist. Now anyone can test connectivity to their LLM providers (and the provider auto-discovery endpoint) without a license — necessary for trying the app before buying.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })