From 4aded7151c9979eaa2570f8566e7f6b96cd3f4b6 Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Fri, 12 Feb 2021 11:45:11 +0100 Subject: [PATCH] Update compatibility docs for Ledger API version 1.9 (#8828) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also adds a comment to make sure we don’t forget it in the future. Note for reviewers: Our code already only looks at the first line, so the comment in the second line does not break anything. changelog_begin changelog_end --- docs/source/support/compatibility.rst | 2 ++ ledger-api/VERSION | 1 + 2 files changed, 3 insertions(+) diff --git a/docs/source/support/compatibility.rst b/docs/source/support/compatibility.rst index 4f9a38b53a..809b5389f8 100644 --- a/docs/source/support/compatibility.rst +++ b/docs/source/support/compatibility.rst @@ -43,6 +43,8 @@ The below lists with which Daml Connect version a new Ledger API version was int * - Ledger API Version - Daml Connect Version + * - 1.9 + - 1.10 * - 1.8 - 1.9 * - <= 1.7 diff --git a/ledger-api/VERSION b/ledger-api/VERSION index f8e233b273..57d8ae8e02 100644 --- a/ledger-api/VERSION +++ b/ledger-api/VERSION @@ -1 +1,2 @@ 1.9.0 +# If you update this, also update docs/source/support/compatibility.rst