diff --git a/CHANGELOG.html b/CHANGELOG.html
index 6e0466d..582b57a 100644
--- a/CHANGELOG.html
+++ b/CHANGELOG.html
@@ -102,9 +102,28 @@
Changelog
-The latest release was 2020-09-22.
+The latest release was 2020-10-04.
+
+
+
Release 2020-10-04
+
+
+
+
Commits (patch)
+
+
+
+
Commit
cdedf4e (patch): fix: build and info options
+
fix: build and info options
+
+
+
+
+
+
+
Release 2020-09-22
diff --git a/Cargo.lock b/Cargo.lock
index 0255d18..2495ea2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2066,7 +2066,7 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[package]]
name = "versio"
-version = "0.4.0"
+version = "0.4.1"
dependencies = [
"chrono",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index b0926b1..c4f9636 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "versio"
-version = "0.4.0"
+version = "0.4.1"
authors = ["Charlie Ozinga
"]
edition = "2018"
description = "Versio is a tool to manage and publish projects."