From 2d5bd2203df866a9fa412b8cbbfd9e8b3c0f249e Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Mon, 11 Apr 2022 13:37:20 +0200 Subject: [PATCH] Bring back Supported Versions --- SECURITY.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/SECURITY.md b/SECURITY.md index 16b2f7f8..ca5f2a40 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -3,3 +3,11 @@ This repository is maintained by Confio as part of the CosmWasm stack. Please see https://github.com/CosmWasm/advisories/blob/main/SECURITY.md for our security policy. + +## Supported Versions + +This is alpha software, do not run on a production system. Notably, we currently provide no migration path not even "dump state and restart" to move to future versions. + +We will have a stable v0.x version before the final v1.0.0 version with the same API as the v1.0 version in order to run last testnets and manual testing on it. We have not yet committed to that version number. wasmd 0.22 will support Cosmos SDK 0.44/0.45 and should be quite close to a final API, minus some minor details. + +Our v1.0.0 release plans were also delayed by upstream release cycles, and we have continued to refine APIs while we can.