From b422639c344adce365cafb5d4e8e200b3ba21ddf Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Wed, 11 Feb 2026 10:16:30 +0000 Subject: [PATCH] fix(release): no changes --- changelog.md | 6 ++++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 61f5333..ebe1b33 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-02-11 - 5.1.1 - fix(release) +no changes + +- No files changed in this commit. +- Current package version remains 5.1.0 (from package.json). + ## 2026-02-11 - 5.1.0 - feat(mailer-smtp) add SCRAM-SHA-256 auth, Ed25519 DKIM, opportunistic TLS, SNI cert selection, pipelining and delivery/bridge improvements diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 109ae38..c6b8da2 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartmta', - version: '5.1.0', + version: '5.1.1', description: 'A high-performance, enterprise-grade Mail Transfer Agent (MTA) built from scratch in TypeScript with Rust acceleration.' }