diff --git a/CHANGELOG.md b/CHANGELOG.md index 7793986..cd09aa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,8 @@ Possible sections are "Added", "Changed", "Deprecated", "Removed", "Fixed" and Versions are listed in reverse chronological order, with the most recent at the top. Non pre-release versions sometimes have an associated name. -## Unreleased +## [v1.1.1] - 2024-10-14 + ### Fixed - `kerblam data clean` now no longer deletes hidden files (starting with a dot), like `.gitignore` files in data directories. diff --git a/Cargo.toml b/Cargo.toml index 709c400..e66ec69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kerblam" -version = "1.1.0" +version = "1.1.1" edition = "2021" repository = "https://github.com/MrHedmad/kerblam" license = "MIT"