Skip to content

Commit

Permalink
Bump version for CRL REST API, update changelog (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
CBonnell authored Oct 2, 2024
1 parent 7742e91 commit b7a21dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@

All notable changes to this project from version 0.9.3 onwards are documented in this file.

## 0.11.5 - 2024-10-03
## 0.12.0 - 2024-10-02

### New features/enhancements

- Add REST API for linting CRLs (#113 - implemented by @dipaktilekar)
- Add validator to flag HTML entities in subject attribute values (#116)
- Add --document-format CLI flag (#115)

### Fixes

- Remove duplicate registration of GeneralNameIpAddressSyntaxValidator in CRL linter (#103 - found by @zzzsz)
- Amend finding code for CRL reason code validator (#104 - found by @zzzsz)
- Remove duplicate registration of CRL validity period validator, fix positive validity period validator (#106 - found by @zzzsz)

## 0.11.4 - 2024-08-29

### 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.11.5
0.12.0

0 comments on commit b7a21dd

Please sign in to comment.