Skip to content

Commit

Permalink
4.4.4
Browse files Browse the repository at this point in the history
- Fix: Cache doesn't work in _query_dns #79
  • Loading branch information
Sean Whalen committed Oct 4, 2022
1 parent 0716082 commit 7640ad6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"tasklist",
"toctree",
"undoc",
"venv",
"viewcode",
"Whalen"
]
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

4.4.4
-----

- Fix DNS caching (issue [#79](https://github.com/domainaware/checkdmarc/issues/79) PR [#80](https://github.com/domainaware/checkdmarc/pull/80))

4.4.3
-----

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

__version__ = "4.4.3"
__version__ = "4.4.4"

DMARC_VERSION_REGEX_STRING = r"v=DMARC1;"
BIMI_VERSION_REGEX_STRING = r"v=BIMI1;"
Expand Down

0 comments on commit 7640ad6

Please sign in to comment.