diff --git a/CHANGELOG.md b/CHANGELOG.md index 4859016..4092981 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ from [Conventional Commits](https://www.conventionalcommits.org/). ## [Unreleased] +## [0.5.1](https://github.com/ForeverAngry/rig-compose/compare/v0.5.0...v0.5.1) - 2026-05-30 + +### Documentation + +- Align README Status with shipped 0.5.0 envelope hardening ([#28](https://github.com/ForeverAngry/rig-compose/pull/28)) + ## [0.5.0](https://github.com/ForeverAngry/rig-compose/compare/v0.4.3...v0.5.0) - 2026-05-28 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 89462a8..73082de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-compose" -version = "0.5.0" +version = "0.5.1" edition = "2024" rust-version = "1.88" authors = ["Brad Cannon <61765732+ForeverAngry@users.noreply.github.com>"]