From 576d0cb7587d97956d2a2818bc2106f3117ea738 Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Mon, 1 Mar 2021 13:42:33 +0100 Subject: [PATCH] Bump Ledger API version for LF 1.12 (#8972) changelog_begin changelog_end --- docs/source/support/compatibility.rst | 2 ++ ledger-api/VERSION | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/support/compatibility.rst b/docs/source/support/compatibility.rst index 533f56b9fb9..7427134220d 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.10 + - 1.11 * - 1.9 - 1.10 * - 1.8 diff --git a/ledger-api/VERSION b/ledger-api/VERSION index 57d8ae8e020..2b7c3714fe9 100644 --- a/ledger-api/VERSION +++ b/ledger-api/VERSION @@ -1,2 +1,2 @@ -1.9.0 +1.10.0 # If you update this, also update docs/source/support/compatibility.rst