diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d4a42145b..786014f2c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========= +[0.5.1-gm15](https://github.com/gmart7t2/ord/releases/tag/0.5.1-gm15) - 2023-04-16 + +### Added +- Add `--max-inputs`` flag to `wallet send` (for inscriptions and satpoints) and `wallet inscribe` to limit the number of inputs in the transactions they make. + +### Changed +- Only add the `sat` field to the output of `wallet inscriptions` if the full sat index is in use. + [0.5.1-gm14](https://github.com/gmart7t2/ord/releases/tag/0.5.1-gm14) - 2023-04-14 ### Added diff --git a/Cargo.lock b/Cargo.lock index 023c915fee..655bf235ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2159,7 +2159,7 @@ dependencies = [ [[package]] name = "ord" -version = "0.5.1-gm14" +version = "0.5.1-gm15" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index aa61988baa..c66bce82b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ord" description = "◉ Ordinal wallet and block explorer" -version = "0.5.1-gm14" +version = "0.5.1-gm15" license = "CC0-1.0" edition = "2021" autotests = false