From e245b1cffea98a8b7d99bde39bd6c8e75f91f883 Mon Sep 17 00:00:00 2001
From: Yuki Okushi <huyuumi.dev@gmail.com>
Date: Tue, 18 Feb 2020 11:47:17 +0900
Subject: [PATCH] Prepare for new release

---
 actix-web-httpauth/CHANGES.md | 7 +++++--
 actix-web-httpauth/Cargo.toml | 2 +-
 actix-web-httpauth/README.md  | 2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/actix-web-httpauth/CHANGES.md b/actix-web-httpauth/CHANGES.md
index 8fe17f1f5..fe1bc8e94 100644
--- a/actix-web-httpauth/CHANGES.md
+++ b/actix-web-httpauth/CHANGES.md
@@ -2,8 +2,11 @@
 
 All notable changes to this project will be documented in this file.
 
-The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
-and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+## [0.4.1] - 2020-02-19
+  - Move repository to actix-extras
 
 ## [0.4.0] - 2020-01-14
 
diff --git a/actix-web-httpauth/Cargo.toml b/actix-web-httpauth/Cargo.toml
index abac9f912..166a6163f 100644
--- a/actix-web-httpauth/Cargo.toml
+++ b/actix-web-httpauth/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "actix-web-httpauth"
-version = "0.4.0"
+version = "0.4.1"
 authors = ["svartalf <self@svartalf.info>", "Yuki Okushi <huyuumi.dev@gmail.com>"]
 description = "HTTP authentication schemes for actix-web"
 readme = "README.md"
diff --git a/actix-web-httpauth/README.md b/actix-web-httpauth/README.md
index 946103d86..5ba98ae24 100644
--- a/actix-web-httpauth/README.md
+++ b/actix-web-httpauth/README.md
@@ -2,7 +2,7 @@
 
 [![crates.io](https://img.shields.io/crates/v/actix-web-httpauth)](https://crates.io/crates/actix-web-httpauth)
 [![Documentation](https://docs.rs/actix-web-httpauth/badge.svg)](https://docs.rs/actix-web-httpauth)
-[![Dependency Status](https://deps.rs/crate/actix-web-httpauth/0.4.0/status.svg)](https://deps.rs/crate/actix-web-httpauth/0.4.0)
+[![Dependency Status](https://deps.rs/crate/actix-web-httpauth/0.4.1/status.svg)](https://deps.rs/crate/actix-web-httpauth/0.4.1)
 ![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-web-httpauth)
 [![Join the chat at https://gitter.im/actix/actix](https://badges.gitter.im/actix/actix.svg)](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)