diff --git a/src/server/templates/components/footer.jinja b/src/server/templates/components/footer.jinja
index 9784dfeb..acf82ddd 100644
--- a/src/server/templates/components/footer.jinja
+++ b/src/server/templates/components/footer.jinja
@@ -11,11 +11,14 @@
'icons/python.svg',
'Python Package') }}
- {# Right column - Discord #}
-
+ {# Right column - Discord + Changelog #}
+
{{ footer_icon_link('https://discord.gg/zerRaGK9EC',
'icons/discord.svg',
'Discord') }}
+ {{ footer_icon_link('https://github.com/coderamp-labs/gitingest/releases',
+ 'icons/changelog.svg',
+ 'Latest Changelog') }}
diff --git a/src/static/icons/changelog.svg b/src/static/icons/changelog.svg
new file mode 100644
index 00000000..66876cca
--- /dev/null
+++ b/src/static/icons/changelog.svg
@@ -0,0 +1,16 @@
+
+
+
+