Skip to content

Commit

Permalink
Release v1.0.8 (#12)
Browse files Browse the repository at this point in the history
- dependency version bumps
  - dep(nopt): 8.0.0
  - dep(async): 3.2.6
  - dep(haraka-email-message): 1.2.4
  - dep(haraka-test-fixtures): 1.3.8
  • Loading branch information
msimerson authored Oct 1, 2024
1 parent 7c5e3a9 commit aec8074
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).

### Unreleased

### [1.0.8] - 2024-10-01

- dep(nopt): 8.0.0
- dep(async): 3.2.6
- dep(haraka-email-message): 1.2.4
- dep(haraka-test-fixtures): 1.3.8

### [1.0.7] - 2024-09-02

- fix(dkim_key_gen.sh): remove unused variable
Expand Down Expand Up @@ -36,3 +43,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
[1.0.5]: https://github.com/haraka/haraka-plugin-dkim/releases/tag/v1.0.5
[1.0.6]: https://github.com/haraka/haraka-plugin-dkim/releases/tag/v1.0.6
[1.0.7]: https://github.com/haraka/haraka-plugin-dkim/releases/tag/v1.0.7
[1.0.8]: https://github.com/haraka/haraka-plugin-dkim/releases/tag/v1.0.8
2 changes: 1 addition & 1 deletion 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">7</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>) |
| <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">8</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.7",
"version": "1.0.8",
"description": "Haraka DKIM plugin",
"bin": [
"dkim_key_gen.sh",
Expand Down

0 comments on commit aec8074

Please sign in to comment.