diff --git a/CHANGELOG.md b/CHANGELOG.md index c0709a0f98..e3922495c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +[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. + [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 3c9842d1a7..0c27d5ad7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2159,7 +2159,7 @@ dependencies = [ [[package]] name = "ord" -version = "0.5.1-gm3" +version = "0.5.1-gm4" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 7b1ff6a7e2..2f2fb12a8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ord" description = "◉ Ordinal wallet and block explorer" -version = "0.5.1-gm3" +version = "0.5.1-gm4" license = "CC0-1.0" edition = "2021" autotests = false