diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b18a55..bc78d55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1](https://github.com/cloudray-io/cloudray-agent/compare/v0.4.0...v0.4.1) - 2025-11-16 + +### Other + +- Bump actions/checkout from 4 to 5 ([#52](https://github.com/cloudray-io/cloudray-agent/pull/52)) +- Bump tokio-tungstenite from 0.27.0 to 0.28.0 ([#53](https://github.com/cloudray-io/cloudray-agent/pull/53)) +- Bump amannn/action-semantic-pull-request from 5 to 6 ([#51](https://github.com/cloudray-io/cloudray-agent/pull/51)) +- Bump tokio from 1.45.1 to 1.48.0 ([#54](https://github.com/cloudray-io/cloudray-agent/pull/54)) + ## [0.4.0](https://github.com/cloudray-io/cloudray-agent/compare/v0.3.0...v0.4.0) - 2025-07-03 ### Added diff --git a/Cargo.lock b/Cargo.lock index be695c3..3992cbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -240,7 +240,7 @@ checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" [[package]] name = "cloudray-agent" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 957ef5c..0798b56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cloudray-agent" -version = "0.4.0" +version = "0.4.1" edition = "2024" rust-version = "1.85.0" description = "Agent for CloudRay, a server management & monitoring service. Learn more at https://cloudray.io" diff --git a/latest.txt b/latest.txt index 90c5860..41dd318 100644 --- a/latest.txt +++ b/latest.txt @@ -1,2 +1,2 @@ +0.4.1 0.4.0 -0.3.0