diff --git a/VERSION b/VERSION index 4ef2eb0..d2e2400 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.39.0 +0.39.1 diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index c6cf63c..daba6f9 100644 --- a/frontend/src/lib/releaseNotes.ts +++ b/frontend/src/lib/releaseNotes.ts @@ -14,6 +14,13 @@ export interface ReleaseEntry { } export const RELEASE_NOTES: ReleaseEntry[] = [ + { + version: "0.39.1", + date: "2026-07-12", + fixes: [ + "Signing out and back in no longer disconnects your YouTube access.", + ], + }, { version: "0.39.0", date: "2026-07-12",