import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_4 = VersionInfo.of({ version: '0.2.4:0', releaseNotes: { en_US: 'Import fund members from the eNAV ALLOC SI tab. The capital-account import now reads the investor roster, matches existing members by fund-administrator investor ID (idempotent re-imports), offers to create new members (without a login until you set a password), grants entity access, and loads each member\'s capital balance.', }, migrations: { // Adds users.external_investor_id; applied by Alembic on startup. up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })