chore: release v1.2.3

Bump version to 1.2.3 across package.json, VERSION, README badge,
and login page. Add changelog entry for features and fixes since v1.1.2.
This commit is contained in:
Linus Rath
2026-03-13 14:48:32 +01:00
parent 0cd928d1fe
commit 099434a125
6 changed files with 41 additions and 6 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import { discoverOAuth, type OAuthMetadata } from "@/lib/oauth/discovery";
import { generateCodeVerifier, generateCodeChallenge, generateState } from "@/lib/oauth/pkce";
import { OAUTH_SCOPES } from "@/lib/oauth/tokens";
const APP_VERSION = "1.1.2";
const APP_VERSION = "1.2.3";
const THEME_OPTIONS = [
{ value: "light" as const, icon: Sun, label: "Light" },