Skip to content

Commit

Permalink
Release v1.0.5 (#8)
Browse files Browse the repository at this point in the history
- fix: missing context, avoid load_key crash by ensuring config exists
with the appropriate context.
  • Loading branch information
msimerson authored Aug 23, 2024
1 parent 77ec997 commit 6b70ab3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).

### Unreleased

### [1.0.5] - 2024-08-23

- fix: avoid crash by ensuring appropriate context for load_key

### [1.0.4] - 2024-05-21

- populate [bin] in package.json
Expand All @@ -25,3 +29,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
[1.0.2]: https://github.com/haraka/haraka-plugin-dkim/releases/tag/v1.0.2
[1.0.3]: https://github.com/haraka/haraka-plugin-dkim/releases/tag/v1.0.3
[1.0.4]: https://github.com/haraka/haraka-plugin-dkim/releases/tag/v1.0.4
[1.0.5]: https://github.com/haraka/haraka-plugin-dkim/releases/tag/v1.0.5
4 changes: 2 additions & 2 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This handcrafted artisinal software is brought to you by:

| <img height="80" src="https://avatars.githubusercontent.com/u/261635?v=4"><br><a href="https://github.com/msimerson">msimerson</a> (<a href="https://github.com/haraka/haraka-plugin-dkim/commits?author=msimerson">4</a>) |
| :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| <img height="80" src="https://avatars.githubusercontent.com/u/261635?v=4"><br><a href="https://github.com/msimerson">msimerson</a> (<a href="https://github.com/haraka/haraka-plugin-dkim/commits?author=msimerson">5</a>) | <img height="80" src="https://avatars.githubusercontent.com/u/38704499?v=4"><br><a href="https://github.com/offroadlabs">offroadlabs</a> (<a href="https://github.com/haraka/haraka-plugin-dkim/commits?author=offroadlabs">1</a>) |
| :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |

<sub>this file is maintained by [.release](https://github.com/msimerson/.release)</sub>
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-dkim",
"version": "1.0.4",
"version": "1.0.5",
"description": "Haraka DKIM plugin",
"bin": [
"dkim_key_gen.sh",
Expand Down

0 comments on commit 6b70ab3

Please sign in to comment.