Skip to content

Commit

Permalink
5.7.0
Browse files Browse the repository at this point in the history
`checkdmarc` will now validate Verified Mark Certificates (VMCs) and Common Mark Certificates (CMC),
snd will verify that SHA256 hash of the logo embedded in the certificate matches the SHA256 hash
logo at the URL at the BIMI `l` tag.

Additionally, SVG and certificate metadata is now included in the `checkdmarc.bimi.parse_bimi_record()` API and
JSON CLI output.
  • Loading branch information
seanthegeek committed Oct 28, 2024
1 parent f494267 commit cd481cb
Show file tree
Hide file tree
Showing 5 changed files with 240 additions and 87 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

5.7.0
-----

`checkdmarc` will now validate Verified Mark Certificates (VMCs) and Common Mark Certificates (CMC),
snd will verify that SHA256 hash of the logo embedded in the certificate matches the SHA256 hash
logo at the URL at the BIMI `l` tag.

Additionally, SVG and certificate metadata is now included in the `checkdmarc.bimi.parse_bimi_record()` API and
JSON CLI output.

5.6.2
-----

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.6.2"
__version__ = "5.7.0"

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

0 comments on commit cd481cb

Please sign in to comment.