diff --git a/changelog.md b/changelog.md
new file mode 100644
index 0000000..5fd4d21
--- /dev/null
+++ b/changelog.md
@@ -0,0 +1,17 @@
+# Changelog
+
+#### Legend
+
+- Bug Fix (-)
+- Feature Addition (+)
+
+### com_api v4.0.0
+
+##### - Bug fixes:
+- #194540 - API Rate Limit Exceeded,403 - Issue #122
+- Drop support to accept token as 'Key' parameter from GET/POST request - Tokens should not be accepted via request variables
+
+
+##### + Features Added:
+- #175851 - Joomla 4 & PHP 8.0 compatible
+- #194541 - Added IP based restrictions to access the APIs, Issue #63
\ No newline at end of file
diff --git a/code/admin/config.xml b/code/admin/config.xml
index fed8ecc..e1c7239 100755
--- a/code/admin/config.xml
+++ b/code/admin/config.xml
@@ -3,13 +3,20 @@