diff --git a/docs/source/conf.py b/docs/source/conf.py
index 51ed7e92b19bc0f3a3ca10a88f407faf73247927..7bcd687465aa69a04c1596fd823fbf183db68cb6 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -25,7 +25,7 @@ copyright = '2022, Brandon Rodriguez'
 author = 'Brandon Rodriguez'
 
 # The full version, including alpha/beta/rc tags
-release = '0.5.0'
+release = '0.5.1'
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/docs/source/version_history.rst b/docs/source/version_history.rst
index 37e5f27cc48e8c2f47ef62bb8759033873787e68..8acd6cb796a446799ee9d3f3e29991d9f0128ff9 100644
--- a/docs/source/version_history.rst
+++ b/docs/source/version_history.rst
@@ -2,6 +2,12 @@ Version History
 ***************
 
 
+0.5.1 - Update Docs and Preparation for 0.6 LiveServer Release
+==============================================================
+* Updated/corrected docs.
+* Updated beta LiveServer classes to function with Chromedriver version 115 and higher.
+
+
 0.5.0 - Improved Integration TestCase & Initial LiveServer TestCases
 ====================================================================
 * Generally reworked/improved how URLs are handled in response assertions.
diff --git a/pyproject.toml b/pyproject.toml
index a0f9263f3321dd87df312c8a89aaba453fdd4990..714e41a6eb7bc1d3df6ada8e0ab077eb6686db3a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta:__legacy__'
 
 [project]
 name = "django-expanded-test-cases"
-version = "0.5.0"
+version = "0.5.1"
 description = "Expands the existing Django TestCase class with extra functionality."
 readme = "readme.md"
 authors = [
diff --git a/setup.cfg b/setup.cfg
index 29cf5d47cec8788f63840ff257fb36ec647ee779..d040def6e9c0a57d373534ed8829df77594ffeb2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = django-expanded-test-cases
-version = 0.5.0
+version = 0.5.1
 description = Expands the existing Django TestCase class with extra functionality.
 long_description = file: readme.md
 url = https://github.com/brodriguez8774/django-expanded-test-cases