diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d19db9fce..212798bd83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +[0.15.0-gm2](https://github.com/gmart7t2/ord/releases/tag/0.15.0-gm2) - 2024-01-14 +---------------------------------------------------------------------------------- + +### Added +- Add `wallet inscribe --parent-satpoint` to help with using an unconfirmed parent inscription. + [0.15.0-gm1](https://github.com/gmart7t2/ord/releases/tag/0.15.0-gm1) - 2024-01-11 ---------------------------------------------------------------------------------- diff --git a/Cargo.lock b/Cargo.lock index f7664dd236..d32a203255 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2142,7 +2142,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ord" -version = "0.15.0-gm1" +version = "0.15.0-gm2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index b731c03736..2f6e6e1441 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ord" description = "◉ Ordinal wallet and block explorer" -version = "0.15.0-gm1" +version = "0.15.0-gm2" license = "CC0-1.0" edition = "2021" autotests = false