BillTracker/client/lib/version.js

10 lines
335 B
JavaScript

export const APP_VERSION = '0.20.6';
export const APP_NAME = 'BillTracker';
export const RELEASE_NOTES = {
version: '0.20.6',
date: '2026-05-10',
highlights: [
{ icon: '📋', title: 'Audit Logging', desc: 'Security event logging for logins, password changes, role changes, CSRF failures, and profile updates.' },
],
};