Skip to content

Commit

Permalink
Release v2.1.1
Browse files Browse the repository at this point in the history
- dep(redis): bump ver to 4.6.7 #51
- fix: check_result unexpected return #50
  • Loading branch information
msimerson authored Aug 23, 2023
1 parent 446678d commit 4818667
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
#### N.N.N - YYYY-MM-DD


### [2.1.1] - 2023-08-22

- fix: check_result unexpected return #50


### [2.1.0] - 2022-11-29

- fix: in disconnect, call redis_unsub after skip check
Expand Down Expand Up @@ -105,3 +110,4 @@

- use redis.merge_redis_ini()
[2.1.0]: https://github.com/haraka/haraka-plugin-karma/releases/tag/2.1.0
[2.1.1]: https://github.com/haraka/haraka-plugin-karma/releases/tag/2.1.1
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haraka-plugin-karma",
"version": "2.1.0",
"version": "2.1.1",
"description": "A heuristics scoring and reputation engine for SMTP connections",
"main": "index.js",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"haraka-constants": ">=1.0.2",
"haraka-utils": "*",
"haraka-plugin-redis": "2.0.5",
"redis": "4.1"
"redis": "4.6.7"
},
"devDependencies": {
"eslint": "8",
Expand Down

0 comments on commit 4818667

Please sign in to comment.