diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md
index 8f5c606db3..f8ff23a335 100644
--- a/packages/sdk/CHANGELOG.md
+++ b/packages/sdk/CHANGELOG.md
@@ -1,5 +1,32 @@
# Changelog
+## [0.8.2]
+
+📦 **NPM:** https://www.npmjs.com/package/@qvac/sdk/v/0.8.2
+
+This is a maintenance release that refreshes the SDK README with a streamlined quickstart guide and updated documentation links pointing to the new docs site at docs.qvac.tether.io.
+
+---
+
+## 📘 Documentation
+
+### README Rewrite
+
+The SDK README has been rewritten to provide a cleaner onboarding experience. The verbose installation, usage, and feature sections have been replaced with a concise quickstart that gets users running in four steps, and all documentation links now point to the new docs site.
+
+Key changes:
+
+- **Simplified quickstart** — A minimal four-step guide (create workspace, install, write script, run) replaces the previous multi-section setup
+- **Updated links** — Documentation URLs now point to `docs.qvac.tether.io` instead of `qvac.tether.dev`
+- **Support channel** — The support link now points to the Discord channel instead of FeatureBase
+- **Leaner content** — Detailed platform instructions (Expo, Linux), feature lists, and example indexes have been moved to the docs site to keep the README focused
+
+---
+
+## ⚙️ Infrastructure
+
+- SDK dependency installs in CI publish and pod check workflows are now frozen to prevent unexpected version drift during builds.
+
## [0.8.1]
📦 **NPM:** https://www.npmjs.com/package/@qvac/sdk/v/0.8.1
diff --git a/packages/sdk/README.md b/packages/sdk/README.md
index a5e441e62d..c728a4a606 100644
--- a/packages/sdk/README.md
+++ b/packages/sdk/README.md
@@ -5,8 +5,8 @@
> _Part of **QVAC** ecosystem_
>
>
-> Home •
-> Docs •
+> Home •
+> Docs •
> Support •
> Discord
@@ -252,5 +252,3 @@ This will:
4. Generate `changelog//CHANGELOG.md`
5. Generate `changelog//breaking.md` for BC changes (with code examples)
6. Generate `changelog//api.md` for API changes (with code examples)
-
-**Note:** Requires a GitHub token (`GITHUB_TOKEN` or `GH_TOKEN` environment variable) to fetch PR metadata.
\ No newline at end of file
diff --git a/packages/sdk/changelog/0.8.2/CHANGELOG.md b/packages/sdk/changelog/0.8.2/CHANGELOG.md
new file mode 100644
index 0000000000..e058add43b
--- /dev/null
+++ b/packages/sdk/changelog/0.8.2/CHANGELOG.md
@@ -0,0 +1,11 @@
+# Changelog v0.8.2
+
+Release Date: 2026-04-09
+
+## 📘 Docs
+
+- Rewrite SDK README with streamlined quickstart and updated documentation links.
+
+## ⚙️ Infrastructure
+
+- Freeze SDK dependency installs in publish and SDK pod CI checks.
diff --git a/packages/sdk/changelog/0.8.2/CHANGELOG_LLM.md b/packages/sdk/changelog/0.8.2/CHANGELOG_LLM.md
new file mode 100644
index 0000000000..946d4a582f
--- /dev/null
+++ b/packages/sdk/changelog/0.8.2/CHANGELOG_LLM.md
@@ -0,0 +1,26 @@
+# QVAC SDK v0.8.2 Release Notes
+
+📦 **NPM:** https://www.npmjs.com/package/@qvac/sdk/v/0.8.2
+
+This is a maintenance release that refreshes the SDK README with a streamlined quickstart guide and updated documentation links pointing to the new docs site at docs.qvac.tether.io.
+
+---
+
+## 📘 Documentation
+
+### README Rewrite
+
+The SDK README has been rewritten to provide a cleaner onboarding experience. The verbose installation, usage, and feature sections have been replaced with a concise quickstart that gets users running in four steps, and all documentation links now point to the new docs site.
+
+Key changes:
+
+- **Simplified quickstart** — A minimal four-step guide (create workspace, install, write script, run) replaces the previous multi-section setup
+- **Updated links** — Documentation URLs now point to `docs.qvac.tether.io` instead of `qvac.tether.dev`
+- **Support channel** — The support link now points to the Discord channel instead of FeatureBase
+- **Leaner content** — Detailed platform instructions (Expo, Linux), feature lists, and example indexes have been moved to the docs site to keep the README focused
+
+---
+
+## ⚙️ Infrastructure
+
+- SDK dependency installs in CI publish and pod check workflows are now frozen to prevent unexpected version drift during builds.
diff --git a/packages/sdk/package.json b/packages/sdk/package.json
index f668f01dbe..bfe2458f6d 100644
--- a/packages/sdk/package.json
+++ b/packages/sdk/package.json
@@ -1,6 +1,6 @@
{
"name": "@qvac/sdk",
- "version": "0.8.1",
+ "version": "0.8.2",
"license": "Apache-2.0",
"repository": {
"type": "git",