diff --git a/CHANGELOG.md b/CHANGELOG.md index e8850b7..e00f6f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ 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-06-02 + +### Added + +- *(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 + +- *(email)* address postguard#197 deliverability + show disclosed signer name ([#170](https://github.com/encryption4all/cryptify/pull/170)) + +### Other + +- 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 26e6fb8..1132dff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -460,7 +460,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 57d5670..be06eb5 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"