diff --git a/actix-cors/CHANGES.md b/actix-cors/CHANGES.md index 02af31e98..65e2eb44e 100644 --- a/actix-cors/CHANGES.md +++ b/actix-cors/CHANGES.md @@ -1,6 +1,9 @@ # Changes ## Unreleased - 2022-xx-xx + + +## 0.6.2 - 2022-08-07 - Fix `expose_any_header` to return list of response headers. [#273] - Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency. diff --git a/actix-cors/Cargo.toml b/actix-cors/Cargo.toml index bbc8784a3..410ba0510 100644 --- a/actix-cors/Cargo.toml +++ b/actix-cors/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-cors" -version = "0.6.1" +version = "0.6.2" authors = [ "Nikolay Kim ", "Rob Ede ", diff --git a/actix-cors/README.md b/actix-cors/README.md index e0e91f6f5..088920bfc 100644 --- a/actix-cors/README.md +++ b/actix-cors/README.md @@ -3,9 +3,9 @@ > Cross-Origin Resource Sharing (CORS) controls for Actix Web. [![crates.io](https://img.shields.io/crates/v/actix-cors?label=latest)](https://crates.io/crates/actix-cors) -[![Documentation](https://docs.rs/actix-cors/badge.svg?version=0.6.1)](https://docs.rs/actix-cors/0.6.1) +[![Documentation](https://docs.rs/actix-cors/badge.svg?version=0.6.2)](https://docs.rs/actix-cors/0.6.2) ![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-cors) -[![Dependency Status](https://deps.rs/crate/actix-cors/0.6.1/status.svg)](https://deps.rs/crate/actix-cors/0.6.1) +[![Dependency Status](https://deps.rs/crate/actix-cors/0.6.2/status.svg)](https://deps.rs/crate/actix-cors/0.6.2) ## Documentation & Resources