From 5987af76334e57464936e692b83f9555477205a5 Mon Sep 17 00:00:00 2001 From: Severin Siffert Date: Tue, 16 Apr 2024 17:33:40 +0200 Subject: [PATCH] chore: add 0.20.0 header to changelog (#3713) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1324e26b6a..7743e10a5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ # UNRELEASED +# 0.20.0 + ### fix: set `CANISTER_CANDID_PATH_` properly for remote canisters In the remote canister declaration it is possible to set a candid file to use when the canister is remote on a specific network.