diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9ddd568ac..c617e3042 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,22 @@
# Couper Changelog
+
+## [0.5.1](https://github.com/avenga/couper/compare/0.5...0.5.1)
+
+> 2021-02-16
+
+### Features
+
+* backend:
+ * a user-friendly `basic_auth` option
+ * backend `proxy` url, `disable_connection_reuse` and `http2` settings ([#108](https://github.com/avenga/couper/pull/108))
+* version command
+
+### Change
+
+* KeepAlive `60s` ([#108](https://github.com/avenga/couper/pull/108)), previously `15s`
+* Reject requests which hits an endpoint with basic-auth access-control, and the configured password evaluates to an empty string ([#115](https://github.com/avenga/couper/pull/115))
+
## [0.5](https://github.com/avenga/couper/compare/0.4.2...0.5)
diff --git a/docs/README.md b/docs/README.md
index c1dbef7c9..039c24705 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,4 +1,4 @@
-# Couper Docs - Version 0.5
+# Couper Docs - Version 0.5.1
## Table of contents