diff --git a/CHANGELOG.md b/CHANGELOG.md index 8562894..00bc7d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Release 1.1.1 +- Fixed minor visual printed line removed. +- Fixed: If user write `? + ` now, not generate an error. + ## Release 1.1.0 - Send files command (thanks to sigmaSd) - Minor ui changes diff --git a/Cargo.lock b/Cargo.lock index c2b069b..57be097 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -473,7 +473,7 @@ dependencies = [ [[package]] name = "termchat" -version = "1.1.0" +version = "1.1.1" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 1b5915a..30789d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "termchat" -version = "1.1.0" +version = "1.1.1" authors = ["lemunozm "] description = "Distributed LAN chat application in the terminal" edition = "2018"