From 3dcf4c7291f0ae5a2580cbdadd25768591e706f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 10:25:18 +0000 Subject: [PATCH] chore: release v0.1.25 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21a9edb..4b7c7cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.25](https://github.com/encryption4all/cryptify/compare/v0.1.24...v0.1.25) - 2026-05-02 + +### Added + +- *(upload)* add notifyRecipients toggle on /fileupload/init + +### Other + +- Merge pull request #135 from encryption4all/feat/notify-recipients-toggle + ## [0.1.24](https://github.com/encryption4all/cryptify/compare/v0.1.23...v0.1.24) - 2026-04-30 ### Other diff --git a/Cargo.lock b/Cargo.lock index 0439f82..1008b87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -456,7 +456,7 @@ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" [[package]] name = "cryptify" -version = "0.1.24" +version = "0.1.25" dependencies = [ "askama", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 72bacd2..42c0d76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cryptify" -version = "0.1.24" +version = "0.1.25" authors = ["David Venhoek "] edition = "2021" repository = "https://github.com/encryption4all/cryptify"