---
title: "Changelog"
description: "Release history for GlassHome Dashboard and Hub. Authoritative source is the GitHub Releases page."
canonical: https://glasshome.app/docs/changelog
section: "Reference"
updated: 2026-06-09
---
# Changelog

Authoritative releases live on [GitHub Releases](https://github.com/glasshome/dash/releases). This page summarizes notable user-facing changes.

## 0.9.x (current line)

See [GitHub Releases](https://github.com/glasshome/dash/releases) for individual entries.

## How versioning works

- **Dashboard** uses semver. Patch = bug fixes; minor = features; major = breaking config / SDK changes.
- **Widget SDK** ships independently on npm (`@glasshome/widget-sdk`). Each widget declares an `sdkVersion` range in its manifest. See [Widget SDK](/docs/widget-sdk).
- **Widget config version** (`configVersion`) is a per-widget integer you bump when your widget's config shape has breaking changes. See [Config Migrations](/docs/widget-migrations).
- **CLI minimum version** is enforced by Hub per-deploy. The current floor is served from `/api/widgets/cli-version`. See [Widget CLI](/docs/widget-cli#version-requirements).
- **Hub API** is versioned at the URL (`/api/v1/...`). Older versions remain until announced sunset. See [API Reference](/docs/api-reference#api-versioning-and-sunset).

## Subscribing

- RSS feed: [/docs/rss.xml](/docs/rss.xml)
- GitHub Releases watch.
- Announcements in [Discord](https://discord.gg/FJYdeDmrzv) `#announcements`.