diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd3bfa7..4f61c2b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,47 @@ 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.4.3 (2024-01-19)
+
+### Chore
+
+ - Add CODEOWNERS file
+
+### Other
+
+ - Use podman-api crate for building images
+ - use --privileged instead of WITH DOCKER
+ - Run both nightly and default integration tests
+ - Enable integration tests
+
+### Test
+
+ - Add integration tests for build and template
+
+### Commit Statistics
+
+
+
+ - 6 commits contributed to the release over the course of 4 calendar days.
+ - 5 days passed between releases.
+ - 6 commits were understood as [conventional](https://www.conventionalcommits.org).
+ - 0 issues like '(#ID)' were seen in commit messages
+
+### Commit Details
+
+
+
+view details
+
+ * **Uncategorized**
+ - Use podman-api crate for building images (1b950b0)
+ - Use --privileged instead of WITH DOCKER (218cc9c)
+ - Run both nightly and default integration tests (5d50ac4)
+ - Enable integration tests (fad8eb2)
+ - Add integration tests for build and template (9636c2e)
+ - Add CODEOWNERS file (0a780fb)
+
+
## v0.4.2 (2024-01-14)
### Bug Fixes
@@ -15,7 +56,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 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
@@ -26,6 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details
* **Uncategorized**
+ - Release blue-build v0.4.2 (d142ed7)
- Used wrong image for installer in Containerfile template (9ad0183)
diff --git a/Cargo.lock b/Cargo.lock
index 5da6f78..887dc3a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -277,7 +277,7 @@ dependencies = [
[[package]]
name = "blue-build"
-version = "0.4.2"
+version = "0.4.3"
dependencies = [
"anyhow",
"askama",
diff --git a/Cargo.toml b/Cargo.toml
index 37c0610..7ba0d34 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "blue-build"
-version = "0.4.2"
+version = "0.4.3"
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"