# ox release-notes (https://sageox.ai/docs/cli/release-notes)

# ox release-notes

Read formatted release notes showing what's new, changed, and fixed in the version of ox you're running.

## Usage

<Terminal>
  <TerminalCommand>ox release-notes</TerminalCommand>
</Terminal>

## Examples

Show only the latest version's notes:

<Terminal>
  <TerminalCommand>ox release-notes --latest</TerminalCommand>
</Terminal>

Output raw markdown to pipe elsewhere:

<Terminal>
  <TerminalCommand>ox release-notes --raw</TerminalCommand>
</Terminal>

## Flags

| Flag | Description |
|------|-------------|
| `--latest` | Show only the latest version |
| `--raw` | Output raw markdown without formatting |

## What's next

- [ox version](/docs/cli/version) - Check which version you're running
- [ox upgrade](/docs/cli/upgrade) - Get the newest release
