Skip to content

Commit

Permalink
doc: update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Nov 4, 2024
1 parent e289cd7 commit bac396b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release
Submodule .release updated 7 files
+3 −0 CHANGELOG.md
+4 −3 README.md
+8 −0 base.sh
+82 −0 contributors.js
+8 −1 finish.sh
+36 −5 start.sh
+29 −17 submit.sh
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).

### Unreleased

### [1.0.1] - 2024-11-04

- Merge pull request #2 from lnedry/master

- fix: removed redundant timer.
- chore: remove unused set of conn.notes.prev_helo

### [1.0.0] - 2024-05-08

- initial release

[1.0.0]: https://github.com/haraka/haraka-plugin-template/releases/tag/v1.0.0
[1.0.1]: https://github.com/haraka/haraka-plugin-helo.checks/releases/tag/v1.0.1
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-helo.checks",
"version": "1.0.0",
"version": "1.0.1",
"description": "Haraka plugin checks the HELO string.",
"main": "index.js",
"files": [
Expand Down

0 comments on commit bac396b

Please sign in to comment.