diff --git a/actix-server-config/Cargo.toml b/actix-server-config/Cargo.toml index 3e892742..5c7053be 100644 --- a/actix-server-config/Cargo.toml +++ b/actix-server-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-server-config" -version = "0.1.2" +version = "0.2.0" authors = ["Nikolay Kim "] description = "Actix server config utils" homepage = "https://actix.rs" diff --git a/actix-server-config/changes.md b/actix-server-config/changes.md index 6f514080..9af452a5 100644 --- a/actix-server-config/changes.md +++ b/actix-server-config/changes.md @@ -1,6 +1,6 @@ # Changes -## Next +## [0.2.0] - 2019-10-03 ### Changed