diff --git a/CHANGELOG.html b/CHANGELOG.html
index fe28442..dce1d37 100644
--- a/CHANGELOG.html
+++ b/CHANGELOG.html
@@ -111,6 +111,31 @@
Release 0.4.3 : 2020-11-09
diff --git a/Cargo.lock b/Cargo.lock
index 6371ef1..51b2aa0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2115,7 +2115,7 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[package]]
name = "versio"
-version = "0.4.3"
+version = "0.4.4"
dependencies = [
"chrono",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index 5555fe6..ca05d79 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "versio"
-version = "0.4.3"
+version = "0.4.4"
authors = ["Charlie Ozinga "]
edition = "2018"
description = "Versio is a tool to manage and publish projects."