import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_20 = VersionInfo.of({ version: '0.2.20:0', releaseNotes: { en_US: 'Passwords now persist when you edit an investor (the password only changes if you type a new one). Investors can change their own password from the portal, and admins keep the ability to reset it. Every password field has a show/hide eye toggle.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })