diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3e7f9a4..c3a6997 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,8 +5,34 @@ 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.3.11 (2024-01-04)
+
+### Bug Fixes
+
+ - removed unwrap from template to handle with proper error message
+
+### Commit Statistics
+
+
+
+ - 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**
+ - Removed unwrap from template to handle with proper error message (ebd399e)
+
+
## v0.3.10 (2024-01-04)
+
+
### Bug Fixes
- stop possible from-file, type module collision in template
@@ -19,7 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- - 2 commits contributed to the release.
+ - 3 commits contributed to the release.
- 2 days passed between releases.
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
@@ -31,6 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details
* **Uncategorized**
+ - Release blue-build v0.3.10 (7ae8dcd)
- Stop possible from-file, type module collision in template (dfb3154)
- Use askama crate for compile-time template type checking (d663b75)
diff --git a/Cargo.lock b/Cargo.lock
index 05da282..4ad9f2b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -149,7 +149,7 @@ checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
[[package]]
name = "blue-build"
-version = "0.3.10"
+version = "0.3.11"
dependencies = [
"anyhow",
"askama",
diff --git a/Cargo.toml b/Cargo.toml
index 72e68bb..c5a1557 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "blue-build"
-version = "0.3.10"
+version = "0.3.11"
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"