diff --git a/httpbin/templates/httpbin.1.html b/httpbin/templates/httpbin.1.html
index a9bd9e7..3a1443b 100644
--- a/httpbin/templates/httpbin.1.html
+++ b/httpbin/templates/httpbin.1.html
@@ -137,6 +137,7 @@ $ gunicorn httpbin:app
Changelog
+- Next: Added brotli endpoint.
- 0.2.0: Added an XML endpoint. Also fixes several bugs with unicode, CORS headers, digest auth, and more.
- 0.1.2: Fix a couple Python3 bugs with the random byte endpoints, fix a bug when uploading files without a Content-Type header set.
- 0.1.1: Added templates as data in setup.py