diff --git a/CHANGELOG.md b/CHANGELOG.md index 4260be042..3456a67c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.1-rc1] - 2022-11-22 +### Added +- Releases now include x86-64 musl binaries + ## [0.11.0] - 2022-11-16 ### Added - Observer now measures child processes of the target diff --git a/Cargo.lock b/Cargo.lock index c446fa8a3..a0e326094 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -870,7 +870,7 @@ dependencies = [ [[package]] name = "lading" -version = "0.11.0" +version = "0.11.1" dependencies = [ "arbitrary", "async-pidfd", diff --git a/Cargo.toml b/Cargo.toml index be27872ce..24f7719ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ [package] name = "lading" -version = "0.11.0" +version = "0.11.1" authors = ["Brian L. Troutwine "] edition = "2021" license = "MIT"