Skip to content

Commit

Permalink
Release v1.0.7 (#10)
Browse files Browse the repository at this point in the history
- CHANGELOG: fix release version numbers
  • Loading branch information
msimerson authored Sep 3, 2024
1 parent a39a0b3 commit 7c5e3a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).

### Unreleased

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

- fix(dkim_key_gen.sh): remove unused variable

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

- fix: avoid crash by ensuring appropriate context for load_key

Expand All @@ -35,3 +35,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
[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
[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
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">6</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">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>) |
| :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |

<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.6",
"version": "1.0.7",
"description": "Haraka DKIM plugin",
"bin": [
"dkim_key_gen.sh",
Expand Down

0 comments on commit 7c5e3a9

Please sign in to comment.