From e157804aa318472ac890ededb4abc261585ae08c Mon Sep 17 00:00:00 2001 From: Corey Bonnell Date: Wed, 27 Nov 2024 12:56:52 -0500 Subject: [PATCH 1/2] Fix SMBR version number --- VERSION.txt | 2 +- pkilint/cabf/smime/smime_constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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") From dbd8839d92f61276a37828cd0a81916d6f76c7b0 Mon Sep 17 00:00:00 2001 From: Corey Bonnell Date: Wed, 27 Nov 2024 13:05:05 -0500 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) 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