diff --git a/CHANGELOG.md b/CHANGELOG.md
index 132832a..be3e86f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
### Dependencies
* Updated Jackson dependency to 2.17.1
+### Improvement
+* Generate and attach CycloneDX SBOM
+
## 2.0.6 - 2024-03-23
### Dependencies
diff --git a/pom.xml b/pom.xml
index 33857af..e890161 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,6 +200,27 @@
+
+ sbom
+
+
+
+ org.cyclonedx
+ cyclonedx-maven-plugin
+ 2.8.0
+
+
+ package
+
+ makeBom
+
+
+
+
+
+
+
+
sign