Skip to content

Commit 5bfe65b

Browse files
committed
bump version & changelog
1 parent c4bec6c commit 5bfe65b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## [0.4.23] - 1/29/2026
3+
### Fixes
4+
- Fix crash occuring when certificate template `mspki-template-schema-version` attribute is not present ([#52](https://github.com/coffeegist/bofhound/issues/52))
5+
26
## [0.4.22] - 1/29/2026
37
### Fixes
48
- ACL parsing fixes to more closely mirror SharpHound ([#53](https://github.com/coffeegist/bofhound/pull/53/))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bofhound"
3-
version = "0.4.22"
3+
version = "0.4.23"
44
description = "Parse output from common sources and transform it into BloodHound-ingestible data"
55
authors = [
66
"Adam Brown",

0 commit comments

Comments
 (0)