diff --git a/tower-http/CHANGELOG.md b/tower-http/CHANGELOG.md index 87ca7a32..9b7b8e3b 100644 --- a/tower-http/CHANGELOG.md +++ b/tower-http/CHANGELOG.md @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - None. +## Fixes + +- None + +# 0.3.1 (April 28, 2022) + ## Fixed - **cors**: Only send a single origin in `Access-Control-Allow-Origin` header when a list of diff --git a/tower-http/Cargo.toml b/tower-http/Cargo.toml index 84ed6217..df884c61 100644 --- a/tower-http/Cargo.toml +++ b/tower-http/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tower-http" description = "Tower middleware and utilities for HTTP clients and servers" -version = "0.3.0" +version = "0.3.1" authors = ["Tower Maintainers "] edition = "2018" license = "MIT"