diff --git a/CHANGELOG b/CHANGELOG
index caf074f6c33825dba752cc6e942d265134a14bd6..4d264e914dbd2ab0228565c04bae022028a27c74 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,13 @@
 
 Formerly known as 'gitlab-git-http-server'.
 
+v0.8.3
+
+Add rate-limiting feature for /api requests (disabled by default).
+Suppress non-zero exit code error from git-upload-pack during shallow
+Git clone (only affects logging and Sentry). Don't treat EEXIST as an
+error during git archive finalization.
+
 v0.8.2
 
 Recognize more archive formats in git.SendArchive. Make 502 errors
diff --git a/VERSION b/VERSION
index 100435be135a32ae8974fe4dd281c4d3a9d62e02..ee94dd834b5395f973d3c7992f661d306320aec2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.8.2
+0.8.3