diff --git a/CHANGELOG.md b/CHANGELOG.md index 85ddb64d9..6f9018af5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.11.4](https://github.com/rustic-rs/rustic/compare/v0.11.3...v0.11.4) - 2026-06-15 + +### Other + +- Update README ([#1783](https://github.com/rustic-rs/rustic/pull/1783)) + ## [0.11.3](https://github.com/rustic-rs/rustic/compare/v0.11.2...v0.11.3) - 2026-06-03 ### Added diff --git a/Cargo.lock b/Cargo.lock index 3e9cf4054..cd3547006 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5199,7 +5199,7 @@ dependencies = [ [[package]] name = "rustic-rs" -version = "0.11.3" +version = "0.11.4" dependencies = [ "abscissa_core", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 31659819d..d2137f34c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustic-rs" -version = "0.11.3" +version = "0.11.4" authors = ["the rustic-rs team"] categories = ["command-line-utilities"] documentation = "https://docs.rs/rustic-rs"