diff --git a/CHANGELOG.md b/CHANGELOG.md index 584fb27..7b916fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project from version 0.9.3 onwards are documented in this file. +## 0.12.5 - 2024-11-27 + +### Fixes + +- Fix S/MIME BR version number (#142) + ## 0.12.4 - 2024-11-25 ### New features/enhancements diff --git a/VERSION.txt b/VERSION.txt index 7fd0b1e..6799343 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.12.4 \ No newline at end of file +0.12.5 \ No newline at end of file diff --git a/pkilint/cabf/smime/smime_constants.py b/pkilint/cabf/smime/smime_constants.py index 99994ec..fd3586f 100644 --- a/pkilint/cabf/smime/smime_constants.py +++ b/pkilint/cabf/smime/smime_constants.py @@ -5,7 +5,7 @@ from pyasn1.type.univ import ObjectIdentifier -BR_VERSION = "1.0.6" +BR_VERSION = "1.0.7" CABF_SMIME_OID_ARC = ObjectIdentifier("2.23.140.1.5")