diff --git a/CHANGELOG.md b/CHANGELOG.md
index cca9a4a..b1a7be3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,35 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## v0.5.1 (2024-01-22)
+
+### Bug Fixes
+
+ - Allow single module from-file
+
+### Other
+
+ - Update README for upgrade and rebase commands
+
+### Commit Statistics
+
+
+
+ - 2 commits contributed to the release.
+ - 2 commits were understood as [conventional](https://www.conventionalcommits.org).
+ - 0 issues like '(#ID)' were seen in commit messages
+
+### Commit Details
+
+
+
+view details
+
+ * **Uncategorized**
+ - Allow single module from-file (e325d5d)
+ - Update README for upgrade and rebase commands (0573cc1)
+
+
## v0.5.0 (2024-01-21)
### New Features (BREAKING)
@@ -15,7 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- - 1 commit contributed to the release.
+ - 2 commits contributed to the release.
- 1 day passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
@@ -27,6 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details
* **Uncategorized**
+ - Release blue-build v0.5.0 (e2608b9)
- Upgrade and Rebase commands (b547a32)
diff --git a/Cargo.lock b/Cargo.lock
index 00827a6..aa64a2e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -277,7 +277,7 @@ dependencies = [
[[package]]
name = "blue-build"
-version = "0.5.0"
+version = "0.5.1"
dependencies = [
"anyhow",
"askama",
diff --git a/Cargo.toml b/Cargo.toml
index 05c124d..3677b41 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "blue-build"
-version = "0.5.0"
+version = "0.5.1"
edition = "2021"
description = "A CLI tool built for creating Containerfile templates based on the Ublue Community Project"
repository = "https://gitlab.com/wunker-bunker/blue-build"