Skip to content

Commit aec8074

Browse files
authored
Release v1.0.8 (#12)
- 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
1 parent 7c5e3a9 commit aec8074

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
44

55
### Unreleased
66

7+
### [1.0.8] - 2024-10-01
8+
9+
- dep(nopt): 8.0.0
10+
- dep(async): 3.2.6
11+
- dep(haraka-email-message): 1.2.4
12+
- dep(haraka-test-fixtures): 1.3.8
13+
714
### [1.0.7] - 2024-09-02
815

916
- fix(dkim_key_gen.sh): remove unused variable
@@ -36,3 +43,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
3643
[1.0.5]: https://github.com/haraka/haraka-plugin-dkim/releases/tag/v1.0.5
3744
[1.0.6]: https://github.com/haraka/haraka-plugin-dkim/releases/tag/v1.0.6
3845
[1.0.7]: https://github.com/haraka/haraka-plugin-dkim/releases/tag/v1.0.7
46+
[1.0.8]: https://github.com/haraka/haraka-plugin-dkim/releases/tag/v1.0.8

CONTRIBUTORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This handcrafted artisinal software is brought to you by:
44

5-
| <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>) |
5+
| <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>) |
66
| :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
77

88
<sub>this file is maintained by [.release](https://github.com/msimerson/.release)</sub>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "haraka-plugin-dkim",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Haraka DKIM plugin",
55
"bin": [
66
"dkim_key_gen.sh",

0 commit comments

Comments
 (0)