diff --git a/CHANGELOG.md b/CHANGELOG.md index d8c2be9..8562894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Release 1.1.0 +- Send files command (thanks to sigmaSd) +- Minor ui changes + ## Release 1.0.0 - Fixed a network issue that made peers not discoverable through LAN. - Added utf8 support. diff --git a/Cargo.lock b/Cargo.lock index a7cf69c..c2b069b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -473,7 +473,7 @@ dependencies = [ [[package]] name = "termchat" -version = "1.0.0" +version = "1.1.0" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 520eb61..1b5915a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "termchat" -version = "1.0.0" +version = "1.1.0" authors = ["lemunozm "] description = "Distributed LAN chat application in the terminal" edition = "2018"