diff --git a/CHANGELOG.md b/CHANGELOG.md index a7256ae..0a12a94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ -# Unreleased +Dates are specified in YYYY-MM-DD format. + +# v2.0.0 on 2021-04-20 ## Changed - The "Linux" implementation was replaced by a custom Freedesktop implementation. diff --git a/Cargo.toml b/Cargo.toml index b1c0315..96efd07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "trash" -version = "1.3.0" +version = "2.0.0" authors = ["Artur Kovacs "] license = "MIT" readme = "README.md"