diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bc50bca28..77e4798e34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,12 +16,6 @@ Improve `dfx canister logs` with several options - `--since` to show the logs newer than a relative duration - `--since-time` to show the logs newer than a specific timestamp -## Dependencies - -### Motoko - -Updated Motoko to [0.14.8](https://github.com/dfinity/motoko/releases/tag/0.14.8) - # 0.26.1 ### fix: clear state when switching from shared to project network @@ -46,7 +40,7 @@ Extend `dfx ledger transfer` and `dfx ledger balance` to support [ICRC-1 standar ### Motoko -Updated Motoko to [0.14.7](https://github.com/dfinity/motoko/releases/tag/0.14.7) +Updated Motoko to [0.14.8](https://github.com/dfinity/motoko/releases/tag/0.14.8) ### Replica diff --git a/Cargo.lock b/Cargo.lock index a7a8bc96c9..7b2520bb9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1535,7 +1535,7 @@ checksum = "339544cc9e2c4dc3fc7149fd630c5f22263a4fdf18a98afd0075784968b5cf00" [[package]] name = "dfx" -version = "0.26.0" +version = "0.26.1" dependencies = [ "actix", "aes-gcm", diff --git a/public/manifest.json b/public/manifest.json index 11d17ba998..bff85d5523 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -78,6 +78,7 @@ "0.24.3", "0.25.0", "0.25.1", - "0.26.0" + "0.26.0", + "0.26.1" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index 0c5c01b578..21542fdaec 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.26.0" +version = "0.26.1" authors.workspace = true edition.workspace = true repository.workspace = true