diff --git a/CHANGES.md b/CHANGES.md
index be16b62..7524770 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## 0.2.3 (2026-08-12)
+
+### pygittools
+
+- Fix an issue where under some conditions, the default auth config would always load instead of the on-disk config.
+
 ## 0.2.2 (2026-08-09)
 
 ### pygittools
diff --git a/pygitweb/__meta__.py b/pygitweb/__meta__.py
index 00e334d..83f5cf4 100644
--- a/pygitweb/__meta__.py
+++ b/pygitweb/__meta__.py
@@ -2,7 +2,7 @@
 Metadata for PyGitWeb - this is the canonical source of all information below.
 """
 
-__version__ = "0.2.0"
+__version__ = "0.2.3"
 __author__ = "Will Bowers"
 __license__ = "MIT"
 __description__ = "FastAPI + Pygit2 Repo Browser"
diff --git a/pygitweb/pyproject.toml b/pygitweb/pyproject.toml
index e9eb680..dc480b2 100644
--- a/pygitweb/pyproject.toml
+++ b/pygitweb/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = "pygitweb"
-version = "0.2.2"
+version = "0.2.3"
 description = "Gitweb reimplementation with FastAPI and Pygit2"
 readme = "README.md"
 license = "MIT"
diff --git a/uv.lock b/uv.lock
index 68286c1..9a708d2 100644
--- a/uv.lock
+++ b/uv.lock
@@ -1182,7 +1182,7 @@ requires-dist = [
 
 [[package]]
 name = "pygitweb"
-version = "0.2.2"
+version = "0.2.3"
 source = { editable = "pygitweb" }
 dependencies = [
     { name = "fastapi", extra = ["standard-no-fastapi-cloud-cli"] },
