import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_22 = VersionInfo.of({ version: '0.2.22:0', releaseNotes: { en_US: 'Investors see a graph of their capital over time (value, paid-in, and distributions per quarter). A new admin Investor View shows exactly what an investor sees, read-only. Document uploads are scoped to the chosen fund\'s own investors with a clear target, so a file cannot go to the wrong person. GP and management-company entities get an Assets tab that lists their interests in the funds they manage. You can now edit an existing entity, including its type.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })