Skip to content

Commit ad5b393

Browse files
committed
5.8.0
- Support `ra=`, `rp=` and `rr=` tags from [RFC 6652](https://www.rfc-editor.org/rfc/rfc6652) (PR [#158](#158)) - Do not use static answer positions when checking DNSSEC and TLSA (Fixes [#159](#159))
1 parent bb12184 commit ad5b393

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
5.8.0
5+
-----
6+
7+
- Support `ra=`, `rp=` and `rr=` tags from [RFC 6652](https://www.rfc-editor.org/rfc/rfc6652) (PR [#158](https://github.com/domainaware/checkdmarc/pull/158))
8+
- Do not use static answer positions when checking DNSSEC and TLSA (Fixes [#159](https://github.com/domainaware/checkdmarc/issues/159))
9+
10+
411
5.7.11
512
------
613

checkdmarc/_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
See the License for the specific language governing permissions and
1919
limitations under the License."""
2020

21-
__version__ = "5.7.11"
21+
__version__ = "5.8.0"
2222

2323
OS = platform.system()
2424
OS_RELEASE = platform.release()

0 commit comments

Comments
 (0)