diff --git a/actix-cors/CHANGES.md b/actix-cors/CHANGES.md index 9445a34a3b..3da6e4659e 100644 --- a/actix-cors/CHANGES.md +++ b/actix-cors/CHANGES.md @@ -1,7 +1,13 @@ # Changes ## Unreleased - 2020-xx-xx -* Fix `allow_any_header` method, now set the correct field + + +## 0.5.1 - 2020-11-05 +* Fix `allow_any_header` method, now set the correct field. [#121] + +[#121]: https://github.com/actix/actix-extras/pull/121 + ## 0.5.0 - 2020-10-19 * Disallow `*` in `Cors::allowed_origin`. [#114]. diff --git a/actix-cors/Cargo.toml b/actix-cors/Cargo.toml index 03d07e76ed..97dc3c4543 100644 --- a/actix-cors/Cargo.toml +++ b/actix-cors/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-cors" -version = "0.5.0" +version = "0.5.1" authors = [ "Nikolay Kim ", "Rob Ede ", diff --git a/actix-cors/README.md b/actix-cors/README.md index 64d544d697..ab4fb87598 100644 --- a/actix-cors/README.md +++ b/actix-cors/README.md @@ -3,9 +3,9 @@ > Cross-origin resource sharing (CORS) for Actix Web. [![crates.io](https://img.shields.io/crates/v/actix-cors)](https://crates.io/crates/actix-cors) -[![Documentation](https://docs.rs/actix-cors/badge.svg?version=0.5.0)](https://docs.rs/actix-cors/0.5.0) +[![Documentation](https://docs.rs/actix-cors/badge.svg?version=0.5.1)](https://docs.rs/actix-cors/0.5.1) ![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-cors) -[![Dependency Status](https://deps.rs/crate/actix-cors/0.5.0/status.svg)](https://deps.rs/crate/actix-cors/0.5.0) +[![Dependency Status](https://deps.rs/crate/actix-cors/0.5.1/status.svg)](https://deps.rs/crate/actix-cors/0.5.1) [![Join the chat at https://gitter.im/actix/actix-web](https://badges.gitter.im/actix/actix-web.svg)](https://gitter.im/actix/actix-web?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ## Documentation & Resources