>
)}
>
diff --git a/src/lib/version.ts b/src/lib/version.ts
index 483bdd9..d6d35d6 100644
--- a/src/lib/version.ts
+++ b/src/lib/version.ts
@@ -2,7 +2,7 @@
// /changelog. Bump VERSION and prepend an entry when shipping a user-facing
// change. Same convention as rpo.
-export const VERSION = "0.5.0";
+export const VERSION = "0.5.1";
export interface ChangelogEntry {
version: string;
@@ -11,6 +11,11 @@ export interface ChangelogEntry {
}
export const CHANGELOG: ChangelogEntry[] = [
+ {
+ version: "0.5.1",
+ date: "2026-08-17",
+ changes: ["A second 'Show me more' button at the bottom of the results, with a back-to-top link, so a full page of names doesn't need a scroll up to continue."],
+ },
{
version: "0.5.0",
date: "2026-08-16",