diff --git a/assets/templates/changeLog.html b/assets/templates/changeLog.html
index 977e523..d7992cd 100644
--- a/assets/templates/changeLog.html
+++ b/assets/templates/changeLog.html
@@ -36,6 +36,11 @@
NextVersion NextDate
-->
+
+ 0.5.3 March 1, 2019
+
+ - Switch to using the new API server (only minor improvements client side for this version, but lays the groundwork for quicker and better improvements going forward)
+
0.5.2 October 3, 2018
diff --git a/package.json b/package.json
index babf6e0..7b93784 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "questionable-content-spa",
- "version": "0.5.2",
+ "version": "0.5.3",
"description": "Questionable Content Single-Page Application with Extra Features",
"main": "app.js",
"scripts": {