From 1b79dbeccb4405d7668b6d3e272435c30e5673ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 08:41:24 +0000 Subject: [PATCH] chore: release v0.1.28 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8850b7..d351856 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.28](https://github.com/encryption4all/cryptify/compare/v0.1.27...v0.1.28) - 2026-07-02 + +### Added + +- *(metrics)* capture X-POSTGUARD-CLIENT-VERSION client identity ([#174](https://github.com/encryption4all/cryptify/pull/174)) +- *(email)* remove circle around signer-verified checkmark ([#173](https://github.com/encryption4all/cryptify/pull/173)) +- *(email)* replace unicode checkmark with inline PNG image ([#172](https://github.com/encryption4all/cryptify/pull/172)) +- *(email)* staging-only /staging/preview/ + shared render API ([#171](https://github.com/encryption4all/cryptify/pull/171)) +- *(metrics)* pre-seed known channels at zero on startup ([#165](https://github.com/encryption4all/cryptify/pull/165)) +- expose Prometheus /metrics endpoint for usage dashboards ([#102](https://github.com/encryption4all/cryptify/pull/102)) + +### Fixed + +- *(cors)* allow Office add-in origins (addin.postguard.eu + localhost:3000) and DELETE method ([#179](https://github.com/encryption4all/cryptify/pull/179)) +- *(email)* address postguard#197 deliverability + show disclosed signer name ([#170](https://github.com/encryption4all/cryptify/pull/170)) + +### Other + +- update dependencies ([#181](https://github.com/encryption4all/cryptify/pull/181)) +- *(deps)* cargo update lockfile ([#168](https://github.com/encryption4all/cryptify/pull/168)) +- replace pkg_url with https://pkg.postguard.eu/ ([#178](https://github.com/encryption4all/cryptify/pull/178)) +- bump pg-core 0.6.0 → 0.6.1 ([#164](https://github.com/encryption4all/cryptify/pull/164)) +- add semantic PR title check workflow ([#162](https://github.com/encryption4all/cryptify/pull/162)) + ## [0.1.27](https://github.com/encryption4all/cryptify/compare/v0.1.26...v0.1.27) - 2026-05-16 ### Added diff --git a/Cargo.lock b/Cargo.lock index 7eb67d6..aeec247 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -455,7 +455,7 @@ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" [[package]] name = "cryptify" -version = "0.1.27" +version = "0.1.28" dependencies = [ "askama", "chrono", diff --git a/Cargo.toml b/Cargo.toml index a2e972e..8500f63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cryptify" -version = "0.1.27" +version = "0.1.28" authors = ["David Venhoek "] edition = "2021" repository = "https://github.com/encryption4all/cryptify"