diff --git a/CHANGELOG.md b/CHANGELOG.md index 515e2de4fe..00b780ca57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ # UNRELEASED +### feat: `dfx ledger top-up` also accepts canister names + +Previously, `dfx ledger top-up` only accepted canister principals. Now it accepts both principals and canister names. + +# 0.15.2 + ### fix: `dfx canister delete ` removes the related entry from the canister id store Previously, deleting a canister in the project by id rather than by name @@ -48,10 +54,6 @@ Certain suffixes that replace a number of zeros are now supported. The (case-ins For cycles an additional `c` or `C` is also acceptable. For example: `dfx canister deposit-cycles 3TC mycanister` -### feat: `dfx ledger top-up` also accepts canister names - -Previously, `dfx ledger top-up` only accepted canister principals. Now it accepts both principals and canister names. - ### feat: added `dfx cycles` command This won't work on mainnet yet, but can work locally after installing the cycles ledger. diff --git a/public/manifest.json b/public/manifest.json index 9aae0ffe24..d302e1a0e0 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { "tags": { - "latest": "0.15.1" + "latest": "0.15.2" }, "versions": [ "0.5.0", @@ -59,6 +59,7 @@ "0.14.3", "0.14.4", "0.15.0", - "0.15.1" + "0.15.1", + "0.15.2" ] }