diff --git a/CHANGELOG.md b/CHANGELOG.md
index c78d739..2c3506c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
+
### Chore
@@ -30,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Make containerfile formatting nicer
- Remove single quotes from image_digest
- clippy
+ - improper trim of image digest
### New Features
@@ -50,7 +52,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- - 4 commits contributed to the release.
+ - 1 commit contributed to the release.
+ - 1 commit was understood as [conventional](https://www.conventionalcommits.org).
+ - 0 issues like '(#ID)' were seen in commit messages
+
+### Commit Details
+
+
+
+view details
+
+ * **Uncategorized**
+ - Improper trim of image digest (7f4f666)
+
+
+## 0.3.1 (2023-12-18)
+
+### Chore
+
+ - add rusty-hook
+
+### New Features
+
+ - Add logging
+
+### Bug Fixes
+
+ - Remove single quotes from image_digest
+ - clippy
+
+### Commit Statistics
+
+
+
+ - 6 commits contributed to the release.
- 4 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
@@ -61,49 +96,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details
* **Uncategorized**
+ - Release ublue-rs v0.3.1 (8878751)
+ - Update changelog for release (73b9a1d)
- Remove single quotes from image_digest (b374d54)
- Add logging (b83cf57)
- Clippy (f437bda)
- Add rusty-hook (5b1f997)
-## 0.2.2 (2023-11-04)
-
-
-
-### Chore
-
- - Fix version to match with published version
-
-### Documentation
-
- - Update README, checking off a feature
-
-### Commit Statistics
-
-
-
- - 5 commits contributed to the release over the course of 3 calendar days.
- - 7 days passed between releases.
- - 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- - 0 issues like '(#ID)' were seen in commit messages
-
-### Commit Details
-
-
-
-view details
-
- * **Uncategorized**
- - Release ublue-rs v0.2.2 (df7cc56)
- - Update changelog for release (a811667)
- - Fix version to match with published version (603a333)
- - Update README, checking off a feature (33bee78)
- - Comment out config for now (5968065)
-
-
## 0.3.0 (2023-12-17)
+
+
+
+
### Chore
- fix .git/ exclude
@@ -152,6 +158,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add rust-toolchain.toml (1f030d6)
+## 0.2.2 (2023-11-04)
+
+
+
+### Chore
+
+ - Fix version to match with published version
+
+### Documentation
+
+ - Update README, checking off a feature
+
+### Commit Statistics
+
+
+
+ - 5 commits contributed to the release over the course of 3 calendar days.
+ - 7 days passed between releases.
+ - 2 commits were understood as [conventional](https://www.conventionalcommits.org).
+ - 0 issues like '(#ID)' were seen in commit messages
+
+### Commit Details
+
+
+
+view details
+
+ * **Uncategorized**
+ - Release ublue-rs v0.2.2 (df7cc56)
+ - Update changelog for release (a811667)
+ - Fix version to match with published version (603a333)
+ - Update README, checking off a feature (33bee78)
+ - Comment out config for now (5968065)
+
+
## 0.2.0 (2023-10-28)
### Bug Fixes