import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_27 = VersionInfo.of({ version: '0.2.27:0', releaseNotes: { en_US: 'Entity overview now shows a full Valuation history — every quarter on record with its NAV, status, and signed date — instead of just the latest quarter. Investor portal now shows, per fund/SPV, gain/loss (amount and % vs paid-in) on the capital account and the % of commitment distributed.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })