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