diff --git a/CHANGELOG.md b/CHANGELOG.md index a30655f..535f575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Fixed + +## [v0.11.0] - 2023-09-04 + +### Added + - Add accessors for the default options applied to newly-spawned tracees - Add `Tracee::memory()` to support reading tracee memory as a `File` diff --git a/Cargo.toml b/Cargo.toml index 08af322..ad5b6c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pete" -version = "0.10.0" +version = "0.11.0" rust-version = "1.64" edition = "2018" license = "ISC"