diff --git a/CHANGELOG.md b/CHANGELOG.md index fa7c789..8d40bf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.1.0](https://git.kemitix.net/kemitix/kxio/compare/v4.0.1...v4.1.0) - 2024-12-28 + +### Added + +- *(net)* add tracing to matching each criteria for mock request + ## [4.0.1](https://git.kemitix.net/kemitix/kxio/compare/v4.0.0...v4.0.1) - 2024-12-25 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 2c541a2..8309e34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kxio" -version = "4.0.1" +version = "4.1.0" edition = "2021" authors = ["Paul Campbell "] description = "Provides injectable Filesystem and Network resources to make code more testable"