import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_38 = VersionInfo.of({ version: '0.2.38:0', releaseNotes: { en_US: 'Two-factor authentication (optional, per user): enroll an authenticator app from the "Two-factor" option next to Change password; sign-in then asks for a 6-digit code. One-time recovery codes are issued at enrollment, and a new "Reset Two-Factor" action clears a lost enrollment so the user can sign in with just their password.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })