diff --git a/CHANGELOG.md b/CHANGELOG.md index 043f741..c0476bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.20](https://github.com/encryption4all/cryptify/compare/v0.1.19...v0.1.20) - 2026-03-30 + +### Other + +- update Cargo.toml dependencies + ## [0.1.19](https://github.com/encryption4all/cryptify/compare/v0.1.18...v0.1.19) - 2026-03-30 ### Other diff --git a/Cargo.lock b/Cargo.lock index 8d2b046..d2168c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -383,7 +383,7 @@ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" [[package]] name = "cryptify" -version = "0.1.19" +version = "0.1.20" dependencies = [ "askama", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 57051e3..a3ece14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cryptify" -version = "0.1.19" +version = "0.1.20" authors = ["David Venhoek "] edition = "2021" repository = "https://github.com/encryption4all/cryptify"