Skip to content

Commit

Permalink
Fix SMBR version number (#142)
Browse files Browse the repository at this point in the history
* Fix SMBR version number

* Update changelog
  • Loading branch information
CBonnell authored Nov 27, 2024
1 parent 439e8f2 commit cd91521
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.4
0.12.5
2 changes: 1 addition & 1 deletion pkilint/cabf/smime/smime_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit cd91521

Please sign in to comment.