Files
ironclaw/docs/drafts/reference/changelog.mdx
2026-04-09 14:18:30 +02:00

36 lines
714 B
Plaintext

---
title: Changelog
sidebarTitle: Changelog
description: IronClaw release history
---
Release history for IronClaw.
## Changelog Location
The complete changelog is maintained in the main repository:
<Card title="View Changelog on GitHub" icon="github" href="https://github.com/ironclaw-ai/ironclaw/blob/main/CHANGELOG.md">
See the full release history
</Card>
## Versioning
IronClaw follows [Semantic Versioning](https://semver.org/):
- **MAJOR**: Breaking changes
- **MINOR**: New features (backward compatible)
- **PATCH**: Bug fixes
## Current Version
To check your installed version:
```bash
ironclaw --version
```
## Upgrade
See [Updating IronClaw](/install/updating) for upgrade instructions.