Skip to content

Commit

Permalink
update Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Mar 29, 2023
1 parent 8b24205 commit 4cabd0f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion Changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
### Unreleased

- add redis enabled setting

### [1.2.0] - 2023-03-29

- maint: replace for..i iterator with for..of, add test
- feat: add redis enabled setting, #28


### [1.1.0] - 2022-11-22

Expand Down Expand Up @@ -45,3 +50,4 @@

[1.0.4]: https://github.com/haraka/haraka-plugin-recipient-routes/releases/tag/1.0.4
[1.1.0]: https://github.com/haraka/haraka-plugin-recipient-routes/releases/tag/1.1.0
[1.2.0]: https://github.com/haraka/haraka-plugin-recipient-routes/releases/tag/1.2.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haraka-plugin-recipient-routes",
"version": "1.1.0",
"version": "1.2.0",
"description": "Haraka plugin that validates and routes mail based on recipient domain or address",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4cabd0f

Please sign in to comment.