Skip to content

Commit 3b083c3

Browse files
chore(master): release 1.4.3 [skip-ci] (#3)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9249bd7 commit 3b083c3

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.2"
2+
".": "1.4.3"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
44

55
### Unreleased
66

7+
## [1.4.3](https://github.com/zone-eu/haraka-plugin-rspamd/compare/v1.4.2...v1.4.3) (2025-12-15)
8+
9+
10+
### Bug Fixes
11+
12+
* strip invalid bytes from MAIL FROM address ([#40](https://github.com/zone-eu/haraka-plugin-rspamd/issues/40)) ([fb5889e](https://github.com/zone-eu/haraka-plugin-rspamd/commit/fb5889e6d459331496c40452575acdcfa628d5b5))
13+
* strip invalid bytes from MAIL FROM address ([#40](https://github.com/zone-eu/haraka-plugin-rspamd/issues/40)) ([d209ea4](https://github.com/zone-eu/haraka-plugin-rspamd/commit/d209ea45ca770087932b53ce5a4b5f5db8394fee))
14+
* ZMSA-35: remove publish workflow, add release please manifests ([#2](https://github.com/zone-eu/haraka-plugin-rspamd/issues/2)) ([9249bd7](https://github.com/zone-eu/haraka-plugin-rspamd/commit/9249bd797aa922dafe60e01fcd5b2efbc314e317))
15+
* ZMSA-35: setup project from fork, Call next only once when request finishes ([#1](https://github.com/zone-eu/haraka-plugin-rspamd/issues/1)) ([158307d](https://github.com/zone-eu/haraka-plugin-rspamd/commit/158307ddb4f72ff16a8001cc17a4f933595400ff))
16+
717
### [1.4.2] - 2025-11-17
818

919
- revert #45, #43, #40

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "haraka-plugin-zone-eu-rspamd",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"description": "Haraka plugin for rspamd",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)