diff --git a/CHANGELOG.md b/CHANGELOG.md index d16b06bfb8..6c4a9edf3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +[0.8.2-gm8](https://github.com/gmart7t2/ord/releases/tag/0.8.2-gm8) - 2023-12-11 +-------------------------------------------------------------------------------- + +### Added +Add option `--index-transfers` to have the index track which inscriptions are transferred in each block. Previously this was already enabled, using up space in the index whether it was needed or not. + [0.8.2-gm7](https://github.com/gmart7t2/ord/releases/tag/0.8.2-gm7) - 2023-11-25 -------------------------------------------------------------------------------- diff --git a/Cargo.lock b/Cargo.lock index daf4b2c26f..9ee0eb65f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2009,7 +2009,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ord" -version = "0.8.2-gm7" +version = "0.8.2-gm8" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 8f8c90eb2c..c8555bca40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ord" description = "◉ Ordinal wallet and block explorer" -version = "0.8.2-gm7" +version = "0.8.2-gm8" license = "CC0-1.0" edition = "2021" autotests = false