From 91e109f1167cee7b0a1e81cdba13659dd375c664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Pawelec?= Date: Mon, 19 Feb 2024 16:29:14 +0100 Subject: [PATCH] add information to readme about version support and network compatibility. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0d6f2abb7..20621e82a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ This system is designed to be the Radix-run publicly exposed gateway into the Ba For documentation on the Gateway API, see the [Gateway API docs](https://docs-babylon.radixdlt.com/main/apis/api-specification.html). +## Version Support & Network Compatibility + +We only support the latest version of Network Gateway and we don't plan to fix bugs in older versions. If you're facing some issues, please upgrade to the latest version of Network Gateway first [Releases](https://github.com/radixdlt/babylon-gateway/releases) + +Be aware that protocol updates on the network might result in a mandatory Network Gateway update (e.g. `anemone` protocol update required gateway upgrade to `v1.3.0`) + ## Community Involvement Please see [CONTRIBUTING.md](./CONTRIBUTING.md)