diff --git a/CHANGELOG.md b/CHANGELOG.md index e3922495c4..3fa368766a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,19 @@ Changelog ========= +[0.5.1-gm5](https://github.com/gmart7t2/ord/releases/tag/0.5.1-gm5) - 2023-03-31 + +### Changed +- Don't try to create the default data directory if --index overrides it. Create the specified directory instead. (#1991) + +### Added +- Add flags to allow setting the postage amount for `wallet inscribe` and `wallet send`. (#1994) + [0.5.1-gm4](https://github.com/gmart7t2/ord/releases/tag/0.5.1-gm4) - 2023-03-30 -------------------------------------------------------------------------------- ### Added -- Accept a second parameter to `find` to allow finding ranges of sats, not just single sats. +- Accept a second parameter to `find` to allow finding ranges of sats, not just single sats. (#1992) [0.5.1-gm3](https://github.com/gmart7t2/ord/releases/tag/0.5.1-gm3) - 2023-03-26 -------------------------------------------------------------------------------- diff --git a/Cargo.lock b/Cargo.lock index 0c27d5ad7f..554532ffa1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2159,7 +2159,7 @@ dependencies = [ [[package]] name = "ord" -version = "0.5.1-gm4" +version = "0.5.1-gm5" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 2f2fb12a8b..287be6d591 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ord" description = "◉ Ordinal wallet and block explorer" -version = "0.5.1-gm4" +version = "0.5.1-gm5" license = "CC0-1.0" edition = "2021" autotests = false