diff --git a/CHANGELOG.html b/CHANGELOG.html
index 5cfbe4d..bc81ea2 100644
--- a/CHANGELOG.html
+++ b/CHANGELOG.html
@@ -107,9 +107,34 @@
Changelog
-The latest release was 2021-08-18.
+The latest release was 2021-08-19.
+
+
+
Release 0.5.4 : 2021-08-19
+
+
+
+
+
Commits (patch)
+
+
+
+
Commit
69a2efb (patch): fix: revert to dynlib on Windows
+
fix: revert to dynlib on Windows
+
+
+
+
Commit
392751e (patch): fix: misc windows paths
+
fix: misc windows paths
+
+
+
+
+
+
+
Release 0.5.3 : 2021-08-18
diff --git a/Cargo.lock b/Cargo.lock
index 711c164..efbfc87 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2246,7 +2246,7 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[package]]
name = "versio"
-version = "0.5.3"
+version = "0.5.4"
dependencies = [
"chrono",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index 6b0502b..146b516 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "versio"
-version = "0.5.3"
+version = "0.5.4"
authors = ["Charlie Ozinga
"]
edition = "2018"
description = "Versio is a tool to manage and publish projects."