> ## Documentation Index
> Fetch the complete documentation index at: https://docs.asobeast.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Release Please owns versions, tags and CHANGELOG.md for asobeast, and every release publishes multi architecture container images to GHCR.

Release Please owns versions, tags and `CHANGELOG.md`. The generated file in the repository is the complete record, and this page deliberately does not copy it, because a second copy would drift.

## Current release line

`0.5.0`, the ASO Action Center, is the current release. It follows `0.4.0`.

Feature work is frozen until `1.0.0`. The `0.5.x` line carries fixes with regression tests, tests, measured performance work, behaviour preserving refactors, documentation, packaging, continuous integration and maintenance. What remains before `1.0.0` is a readiness checklist rather than new functionality.

## What does 1.0.0 promise?

Compatibility for three surfaces throughout the `1.x` line: the HTTP contract, the `@asobeast/shared` contract types and the MCP tool surface. Breaking any of them requires `2.0.0`.

Environment variables, the database schema and internal modules are outside that promise, and every schema change ships as a forward Prisma migration. See [Upgrade and roll back](/install/upgrade).

## Read the release notes

<CardGroup cols={2}>
  <Card title="Releases" icon="tag" href="https://github.com/MrAdex77/asobeast/releases">
    Every tagged release with its notes and its container images.
  </Card>

  <Card title="CHANGELOG.md" icon="file-text" href="https://github.com/MrAdex77/asobeast/blob/main/CHANGELOG.md">
    The full generated changelog in the repository.
  </Card>
</CardGroup>

Read the notes before every upgrade. Anything an operator must act on appears in a commit subject or a breaking change footer, which is what reaches the changelog.
