From 6c226e47bdc80852cdae7bc371ac6d37b7701fe1 Mon Sep 17 00:00:00 2001
From: Nikolay Kim <fafhrd91@gmail.com>
Date: Sat, 7 Dec 2019 20:10:36 +0600
Subject: [PATCH] prepare actix-web-actors release

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

diff --git a/CHANGES.md b/CHANGES.md
index fdb8c4b7..cd7e0f7d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -6,9 +6,6 @@
 
 * Migrate to tokio 0.2
 
-### Fixed
-
-* Allow comma-separated websocket subprotocols without spaces (#1172)
 
 ## [2.0.0-alpha.1] - 2019-11-22
 
diff --git a/actix-web-actors/CHANGES.md b/actix-web-actors/CHANGES.md
index c1417c9c..01e116ba 100644
--- a/actix-web-actors/CHANGES.md
+++ b/actix-web-actors/CHANGES.md
@@ -1,5 +1,9 @@
 # Changes
 
+## [1.0.4] - 2019-12-07
+
+* Allow comma-separated websocket subprotocols without spaces (#1172)
+
 ## [1.0.3] - 2019-11-14
 
 * Update actix-web and actix-http dependencies
diff --git a/actix-web-actors/Cargo.toml b/actix-web-actors/Cargo.toml
index d5a6ce2c..a74aef04 100644
--- a/actix-web-actors/Cargo.toml
+++ b/actix-web-actors/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "actix-web-actors"
-version = "1.0.3"
+version = "1.0.4"
 authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
 description = "Actix actors support for actix web framework."
 readme = "README.md"