diff --git a/httpbin/templates/httpbin.1.html b/httpbin/templates/httpbin.1.html
index cb73397..0635d5b 100644
--- a/httpbin/templates/httpbin.1.html
+++ b/httpbin/templates/httpbin.1.html
@@ -134,16 +134,6 @@ Content-Length: 135
$ 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
-- 0.1.0: Added python3 support and (re)publish on PyPI
-
-
AUTHOR