diff --git a/VERSION b/VERSION index 4485c101ad4a..e960af28baa7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.13.26 +0.13.27 diff --git a/docs/source/support/release-notes.rst b/docs/source/support/release-notes.rst index 27c6d87f066f..35dc0f111818 100644 --- a/docs/source/support/release-notes.rst +++ b/docs/source/support/release-notes.rst @@ -6,6 +6,28 @@ Release notes This page contains release notes for the SDK. +.. _release-0-13-27: + +0.13.27 - 2019-09-25 +-------------------- + +DAML Assistant +~~~~~~~~~~~~~~ + +- ``daml start`` now supports ``--sandbox-option=opt``, ``--navigator-option=opt`` + and ``--json-api-option=opt`` to pass additional option to sandbox/navigator/json-api. + These flags can be specified multiple times. + +DAML Compiler +~~~~~~~~~~~~~ + +- Fix a bug where generic templates could crash the compiler. + +Security +~~~~~~~~ + +- Fix signing process. + .. _release-0-13-26: 0.13.26 - 2019-09-24 diff --git a/unreleased.rst b/unreleased.rst index 776ed7c4f976..dc9609937dd1 100644 --- a/unreleased.rst +++ b/unreleased.rst @@ -9,7 +9,3 @@ This page contains release notes for the SDK. HEAD — ongoing -------------- -- [DAML Assistant] ``daml start`` now supports ``--sandbox-option=opt``, ``--navigator-option=opt`` - and ``--json-api-option=opt`` to pass additional option to sandbox/navigator/json-api. - These flags can be specified multiple times. -- [DAML Compiler] Fix a bug where generic templates could crash the compiler.