From 58a35ca89ca71cd843992410129b98dc91baf92a Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Sun, 9 Jun 2024 10:44:34 -0700 Subject: [PATCH] Release v1.2.4 (#64) - Fix max_recipients loop iterator, #63 --- .release | 2 +- CHANGELOG.md | 5 +++++ CONTRIBUTORS.md | 2 +- package.json | 6 +++--- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.release b/.release index 0fa4e69..afb1db8 160000 --- a/.release +++ b/.release @@ -1 +1 @@ -Subproject commit 0fa4e690ffabb0157e46d56f18e4f7cfe49ce291 +Subproject commit afb1db801607dda5e859f39b600f0dd0111e4651 diff --git a/CHANGELOG.md b/CHANGELOG.md index c13641e..4d32af8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/). ### Unreleased +### [1.2.4] - 2024-06-09 + +- Fix max_recipients loop iterator (introduced in 2c5fdd49) #63 + ### [1.2.3] - 2024-04-23 - fix: added `[main]` property to package.json. Fixes #61 @@ -82,3 +86,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/). [1.2.1]: https://github.com/haraka/haraka-plugin-limit/releases/tag/v1.2.1 [1.2.2]: https://github.com/haraka/haraka-plugin-limit/releases/tag/v1.2.2 [1.2.3]: https://github.com/haraka/haraka-plugin-limit/releases/tag/v1.2.3 +[1.2.4]: https://github.com/haraka/haraka-plugin-limit/releases/tag/v1.2.4 diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 1e0f0bb..20dae39 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -2,7 +2,7 @@ This handcrafted artisinal software is brought to you by: -|
msimerson (69) |
divine (6) |
gramakri (2) |
leadbi (1) | +|
msimerson (71) |
divine (6) |
gramakri (3) |
leadbi (1) | | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | this file is maintained by [.release](https://github.com/msimerson/.release) diff --git a/package.json b/package.json index 4a86c21..df08158 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "haraka-plugin-limit", - "version": "1.2.3", + "version": "1.2.4", "description": "enforce various types of limits on remote MTAs", "main": "index.js", "files": [ @@ -10,10 +10,10 @@ "test": "test" }, "dependencies": { - "haraka-constants": "^1.0.6", + "haraka-constants": "^1.0.7", "haraka-plugin-redis": "^2.0.7", "ipaddr.js": "^2.2.0", - "redis": "^4.6.13" + "redis": "^4.6.14" }, "devDependencies": { "address-rfc2821": "^2.1.2",