Skip to content

Commit

Permalink
5.5.1
Browse files Browse the repository at this point in the history
- SPF record validation fixes (PR #147)
  - Accept mechanisms with domains that start with `all` (Fixes #145)
  - Ignore multiple trailing mechanisms and random text with spaces
  • Loading branch information
seanthegeek committed Oct 26, 2024
1 parent 7ff1b50 commit 07608b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

5.5.1
-----

- SPF record validation fixes (PR #147)
- Accept mechanisms with domains that start with `all` (Fixes #145)
- Ignore multiple trailing mechanisms and random text with spaces

5.5.0
-----

Expand Down
2 changes: 1 addition & 1 deletion checkdmarc/_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
See the License for the specific language governing permissions and
limitations under the License."""

__version__ = "5.5.0"
__version__ = "5.5.1"

OS = platform.system()
OS_RELEASE = platform.release()
Expand Down

0 comments on commit 07608b3

Please sign in to comment.