From 4d3e1a826908d28c47031f91ce6f89130ad14cc3 Mon Sep 17 00:00:00 2001
From: David Mehren <david.mehren@tu-dortmund.de>
Date: Mon, 8 Jul 2019 11:28:30 +0200
Subject: [PATCH] Add version hint to deprecation notice

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 57d31e1..a70e441 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Deprecated Features
 -------------------
 
 
-- `reqadd`, `reqdel`, `respadd` and similar functions for header manipulation are deprecated since haproxy version 2.0 (https://cbonte.github.io/haproxy-dconv/2.0/configuration.html#4-reqadd). Please use `http_request` (https://cbonte.github.io/haproxy-dconv/2.0/configuration.html#http-request) as described in the section `Role Variables` below. The actions are described in the haproxy doc.
+- **Since v1.0:** `reqadd`, `reqdel`, `respadd` and similar functions for header manipulation are deprecated since haproxy version 2.0 (https://cbonte.github.io/haproxy-dconv/2.0/configuration.html#4-reqadd). Please use `http_request` (https://cbonte.github.io/haproxy-dconv/2.0/configuration.html#http-request) as described in the section `Role Variables` below. The actions are described in the haproxy doc.
   - example:
     ```yaml
     http_request:
-- 
GitLab