diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8efb275..0bbe194 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.4.0"} +{".":"0.4.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index cb78be8..9b9b216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.1](https://github.com/spacescale/guestd/compare/v0.4.0...v0.4.1) (2026-07-06) + + +### Bug Fixes + +* add Accept header to MMDS runtime fetch ([e213521](https://github.com/spacescale/guestd/commit/e213521575a7e6d349a72585369dbd8f564fb83c)) + ## [0.3.0](https://github.com/spacescale/guestd/compare/v0.2.4...v0.3.0) (2026-07-06) diff --git a/Cargo.lock b/Cargo.lock index f01eea4..eceee11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -126,7 +126,7 @@ dependencies = [ [[package]] name = "guestd" -version = "0.4.0" +version = "0.4.1" dependencies = [ "futures-util", "libc", diff --git a/Cargo.toml b/Cargo.toml index a842b3f..7b6f2b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "guestd" -version = "0.4.0" +version = "0.4.1" edition = "2024" rust-version = "1.96.0" license = "Apache-2.0"