diff --git a/CHANGELOG.md b/CHANGELOG.md index 827376e..5a26d2c 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.0.1](https://github.com/structured-world/structured-proxy/compare/v4.0.0...v4.0.1) - 2026-09-20 + +### Other + +- re-enable the semver check and pin the readme example ([#88](https://github.com/structured-world/structured-proxy/pull/88)) + ## [4.0.0](https://github.com/structured-world/structured-proxy/compare/v3.0.2...v4.0.0) - 2026-09-20 ### Added diff --git a/Cargo.toml b/Cargo.toml index 809df0e..6fd1574 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "structured-proxy" description = "Universal gRPC→REST transcoding proxy — config-driven, works with any gRPC service" -version = "4.0.0" +version = "4.0.1" edition = "2021" authors = ["Dmitry Prudnikov "] license = "Apache-2.0"