From 647fe476b31b695276cd2c45778a9f2f225f1bd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20GATELLIER?= <26511053+lgatellier@users.noreply.github.com> Date: Wed, 8 May 2024 00:24:50 +0200 Subject: [PATCH] docs(README): update supported version to 0.3.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7245f0e..44647eb 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ docker run -itd -p 8080:80 -v $(pwd)/routes.json:/app/routes.json:ro ghcr.io/lga 3. Configure your source webhooks to hit http://hostname:8080/route/route_name 4. Enjoy ! -### Supported tags -Currently supported tags : -- `v0.2.0` +### Supported versions +Currently supported versions : +- `0.3.0` **DISCLAIMER :** This project has not been released in a stable version yet. Breaking changes can still occur until version `1.0.0` is released.