Index: CHANGELOG.md
===================================================================
--- CHANGELOG.md	(revision 3f9f71d07af6b22695c62ac2fcbf254efb7c19f1)
+++ CHANGELOG.md	(revision 054b6036b0e79db09a1e129e56c6bd2d42938745)
@@ -2,7 +2,9 @@
 
 All notable changes to Klonkt. Newest at the top.
-Versions follow [SemVer](https://semver.org/) (`1.0.0-beta.N` during the beta).
+Versions follow [SemVer](https://semver.org/).
 
 ## [Unreleased]
+
+## [1.0.0] — 2026-06-30
 
 ### Added
@@ -28,8 +30,15 @@
 - **Long posts collapse in the News feed** with a *read more* toggle, so a long post no
   longer fills the whole screen — tap to expand or collapse it.
+- **See everyone in a Circle**: when a Circle has more than five sites, the member count
+  opens a popup that lists them all, so a big Circle no longer hides its members.
 
 ### Changed
 - **Palettes revised to 8**: the neutral **Klonkt** (gold accent) is the new default,
   plus seven full-colour themes — Forest, Ocean, Teal, Lilac, Sunset, Candy and Amber.
+- **Your profile federates more completely**: the links on your profile, the date you
+  joined and the accounts you follow now travel along to other servers, so your profile
+  looks complete when someone views it from Mastodon or elsewhere.
+- **Cover images and avatars are sharper** — resized on the server instead of being
+  squeezed by the browser.
 
 ### Removed
@@ -55,4 +64,9 @@
 - Many **mobile post-editor** fixes: reliable scrolling, a formatting toolbar that stays
   put, no page jumps when you tap a button, and a Save bar that sits just above the keyboard.
+- **Boosts now reach the original poster** — their server registers the boost and notifies
+  them, just like a boost from Mastodon — and a boost is retried if a server is briefly
+  unreachable instead of being sent once and forgotten.
+- **Unfollowing an account now takes effect on the other server** (it could previously fail
+  to register, leaving you still following on their side).
 
 ## [1.0.0-beta.2] — 2026-06-19
Index: package.json
===================================================================
--- package.json	(revision 3f9f71d07af6b22695c62ac2fcbf254efb7c19f1)
+++ package.json	(revision 054b6036b0e79db09a1e129e56c6bd2d42938745)
@@ -1,5 +1,5 @@
 {
   "name": "klonkt",
-  "version": "1.0.0-rc1",
+  "version": "1.0.0",
   "description": "Klonkt — self-hosted multi-site music & blog platform (solo, hub or circles). Node + SQLite + htmx.",
   "license": "AGPL-3.0-or-later",
