diff --git a/CHANGES.md b/CHANGES.md index fdb8c4b71..cd7e0f7dc 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 c1417c9c4..01e116baa 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 d5a6ce2c4..a74aef046 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 "] description = "Actix actors support for actix web framework." readme = "README.md"