diff --git a/Cargo.lock b/Cargo.lock index 1e5941c..6c0a11a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1368,7 +1368,7 @@ dependencies = [ [[package]] name = "hotfix-web" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anyhow", "async-trait", diff --git a/crates/hotfix-web/CHANGELOG.md b/crates/hotfix-web/CHANGELOG.md index f66ed26..8d9cad6 100644 --- a/crates/hotfix-web/CHANGELOG.md +++ b/crates/hotfix-web/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.6](https://github.com/Validus-Risk-Management/hotfix/compare/hotfix-web-v0.1.5...hotfix-web-v0.1.6) - 2026-01-21 + +### Other + +- release ([#269](https://github.com/Validus-Risk-Management/hotfix/pull/269)) + ## [0.1.5](https://github.com/Validus-Risk-Management/hotfix/releases/tag/hotfix-web-v0.1.5) - 2026-01-20 ### Other diff --git a/crates/hotfix-web/Cargo.toml b/crates/hotfix-web/Cargo.toml index 0be902c..5e35aca 100644 --- a/crates/hotfix-web/Cargo.toml +++ b/crates/hotfix-web/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hotfix-web" description = "Web API and optional dashboard for the HotFIX engine" -version = "0.1.5" +version = "0.1.6" authors.workspace = true edition.workspace = true license.workspace = true