v3.3.0
Docker images are also available as OCI artifacts attached to this release.
To load the image (choose the appropriate platform):
```bash
For linux/amd64:
docker load < axon-converter-3.3.0-linux-amd64.tar.gz
For linux/arm64:
docker load < axon-converter-3.3.0-linux-arm64.tar.gz
```
Or pull from registry (Docker will automatically select the correct platform):
```bash
docker pull ghcr.io/mlos-foundation/axon-converter:3.3.0
```