diff --git a/CHANGELOG.md b/CHANGELOG.md index f34ec5c818..0896105f1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +[0.13.1-gm2](https://github.com/gmart7t2/ord/releases/tag/0.13.1-gm2) - 2023-12-18 +---------------------------------------------------------------------------------- + +### Fixed +- Include HEIGHT_TO_SEQUENCE_NUMBER in `index info` report. + [0.13.1-gm1](https://github.com/gmart7t2/ord/releases/tag/0.13.1-gm1) - 2023-12-16 ---------------------------------------------------------------------------------- diff --git a/Cargo.lock b/Cargo.lock index 1c635d6906..52f20aae71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -431,7 +431,7 @@ dependencies = [ [[package]] name = "base64" -version = "0.13.1-gm1" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" @@ -2095,7 +2095,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ord" -version = "0.13.1" +version = "0.13.1-gm2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 0c989d9774..085c85a567 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ord" description = "◉ Ordinal wallet and block explorer" -version = "0.13.1-gm1" +version = "0.13.1-gm2" license = "CC0-1.0" edition = "2021" autotests = false