diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bc0e9b5..e135cfa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.5.1] - 2025-09-16 + +### Bug Fixes + +- Add workflow_dispatch trigger to crates publish workflow (#313) +- Init-cluster workflow authentication and docker-compose setup (#314) +- **enterprise**: Fix deserialization errors in cluster, user, and license structs (#327) +- **enterprise**: Use correct endpoint for services list command (#328) +- **enterprise**: Improve mock tests with realistic API responses + ## [0.2.1] - 2025-09-08 ### 📚 Documentation diff --git a/Cargo.toml b/Cargo.toml index 4b749c56..743feba7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ default-members = [ ] [workspace.package] -version = "0.4.0" +version = "0.5.1" edition = "2024" rust-version = "1.89" authors = ["Josh Rotenberg "]