diff --git a/VERSION b/VERSION index 5a03fb7..847e9ae 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.20.0 +0.20.1 diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index 1fbc8f8..50d51e4 100644 --- a/frontend/src/lib/releaseNotes.ts +++ b/frontend/src/lib/releaseNotes.ts @@ -14,6 +14,14 @@ export interface ReleaseEntry { } export const RELEASE_NOTES: ReleaseEntry[] = [ + { + version: "0.20.1", + date: "2026-07-01", + summary: "A refreshed sign-in / landing page.", + chores: [ + "Rewrote the landing-page copy and replaced its preview screenshots with richer, real examples. No change to the app itself.", + ], + }, { version: "0.20.0", date: "2026-07-01",