From 6b3013f4e0d87d182c32e3c81e01977dbbf47229 Mon Sep 17 00:00:00 2001 From: Richard Case Date: Fri, 19 Aug 2022 07:41:59 +0100 Subject: [PATCH] chore: update release artefacts Updated the metadata.yaml and compatibility matrix as we need to bump the minor version number. Signed-off-by: Richard Case --- docs/compatibility.md | 1 + metadata.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/docs/compatibility.md b/docs/compatibility.md index 9297446..b2e3406 100644 --- a/docs/compatibility.md +++ b/docs/compatibility.md @@ -4,6 +4,7 @@ This table shows the compatibility between CAPMVM and Flintlock versions. | CAPMVM | Flintlock | | ----------- | ---------------------- | +| `v0.7.0` | `>= v0.1.0` | | `v0.6.0` | `v0.1.0` | | `v0.5.x` | `v0.1.0-alpha.9` | | `v0.4.0` | `v0.1.0-alpha.8` | diff --git a/metadata.yaml b/metadata.yaml index 0bdd32b..2625d36 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -23,3 +23,6 @@ releaseSeries: - major: 0 minor: 6 contract: v1beta1 + - major: 0 + minor: 7 + contract: v1beta1