diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca7c930..c354072 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
 
 <!--next-version-placeholder-->
 
+## v1.0.5 (2023-02-09)
+### Fix
+* **build:** Typed git vars were unassigned ([`ad53709`](https://github.com/in03/proxima/commit/ad5370969247f785118793a5eb775e1d49bf73b1))
+
 ## v1.0.4 (2023-02-09)
 ### Fix
 * Isort broke fragile __init__ imports ([`e227ac2`](https://github.com/in03/proxima/commit/e227ac23a4daea40bcd278d9749b6442c61205de))
diff --git a/pyproject.toml b/pyproject.toml
index 51b2db4..57ac17c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "proxima"
-version = "1.0.4"
+version = "1.0.5"
 description = "Transcode source media in DaVinci Resolve using multiple machines. Great for quickly creating proxies without interrupting work."
 authors = ["Caleb Trevatt <in03@users.noreply.github.com>"]
 license = "MIT"
diff --git a/src/proxima/__init__.py b/src/proxima/__init__.py
index a0ab945..e7d7932 100644
--- a/src/proxima/__init__.py
+++ b/src/proxima/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "1.0.4"
+__version__ = "1.0.5"
 
 import os