From 1a6798be26143f458fd3d116eb670dd6aecb71f5 Mon Sep 17 00:00:00 2001 From: "sw-release-bot[bot]" <255865126+sw-release-bot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 14:46:56 +0000 Subject: [PATCH] chore: release v3.0.1 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e030f45..42194b5 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] +## [3.0.1](https://github.com/structured-world/structured-proxy/compare/v3.0.0...v3.0.1) - 2026-08-14 + +### Other + +- *(deps)* update base64 requirement from 0.22 to 0.23 + ## [3.0.0](https://github.com/structured-world/structured-proxy/compare/v2.2.2...v3.0.0) - 2026-07-22 ### Added diff --git a/Cargo.toml b/Cargo.toml index bc7b12c..362e421 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 = "3.0.0" +version = "3.0.1" edition = "2021" authors = ["Structured World Foundation contributors"] license = "Apache-2.0"