diff --git a/CHANGELOG.md b/CHANGELOG.md index ff0a6177f2..6179b5683b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,17 @@ Changelog ========= +[0.8.1-gm12](https://github.com/gmart7t2/ord/releases/tag/0.8.1-gm12) - 2023-08-06 +---------------------------------------------------------------------------------- + +### Added +- Add flags `--show-date`, and `--show-value` to `ord find` to add fields to the results. + [0.8.1-gm11](https://github.com/gmart7t2/ord/releases/tag/0.8.1-gm11) - 2023-08-06 ---------------------------------------------------------------------------------- ### Added -- Add flags `--show-address`, `--show-blockhash`, `--show-name`, `show-time` to `ord find` to add fields to the results. +- Add flags `--show-address`, `--show-blockhash`, `--show-name`, `--show-time` to `ord find` to add fields to the results. ### Changed - Store 3 bytes per outpoint not 2, to reduce the number of collisions. diff --git a/Cargo.lock b/Cargo.lock index b7edd5acf7..f00bfb0b87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2000,7 +2000,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ord" -version = "0.8.1-gm11" +version = "0.8.1-gm12" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 992661f9c5..73cbced9b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ord" description = "◉ Ordinal wallet and block explorer" -version = "0.8.1-gm11" +version = "0.8.1-gm12" license = "CC0-1.0" edition = "2021" autotests = false