Prepare v0.9.82 release: bump versions and changelog UI.

Align backend, desktop, helm, and frontend package versions for the Telegram OSINT and OpenClaw recon release.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
BigBodyCobain
2026-06-08 23:05:26 -06:00
co-authored by Cursor
parent 1583fd5715
commit ffdfe0426b
18 changed files with 113 additions and 154 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ from dataclasses import dataclass, field
from typing import Any
from json import JSONDecodeError
APP_VERSION = "0.9.81"
APP_VERSION = "0.9.82"
logging.basicConfig(level=logging.INFO)
logger = logging.getLogger(__name__)