Skip to content

Commit

Permalink
Release 0.3.1 (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte authored Apr 28, 2022
1 parent a256fac commit 8f4d27c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions tower-http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tower-http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 8f4d27c

Please sign in to comment.