diff --git a/CHANGELOG.md b/CHANGELOG.md index e8be235..b60ffad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.12.4](https://github.com/alexrudy/hyperdriver/compare/v0.12.3...v0.12.4) - 2026-06-05 + ## [0.12.3](https://github.com/alexrudy/hyperdriver/compare/v0.12.2...v0.12.3) - 2026-01-24 ### Bugfix diff --git a/Cargo.lock b/Cargo.lock index 3bfbc86..293b046 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -690,7 +690,7 @@ dependencies = [ [[package]] name = "hyperdriver" -version = "0.12.3" +version = "0.12.4" dependencies = [ "axum", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 1c91fcb..93500c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyperdriver" -version = "0.12.3" +version = "0.12.4" edition = "2024" description = "The missing middle for Hyper - Servers and Clients with ergonomic APIs" license = "MIT"