diff --git a/CHANGELOG.md b/CHANGELOG.md index 38df5277f5..ddd9b78295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changelog ========= +[0.8.1-gm1](https://github.com/gmart7t2/ord/releases/tag/0.8.1-gm1) - 2023-07-23 +-------------------------------------------------------------------------------- + +### Changed +- Merged 0.8.1 from upstream. +- Recognize and display "text/plain" content type as text inscriptions. +- Don't try indexing new blocks when there are no new blocks +- Sleep 10 second between checking for new blocks + [0.8.1](https://github.com/ordinals/ord/releases/tag/0.8.1) - 2023-07-23 --------------------------------------------------------------------- diff --git a/Cargo.lock b/Cargo.lock index d74ac94a20..b8d5128b26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2000,7 +2000,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ord" -version = "0.8.1" +version = "0.8.1-gm1" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index e4ea445979..e39f06b5e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ord" description = "◉ Ordinal wallet and block explorer" -version = "0.8.1" +version = "0.8.1-gm1" license = "CC0-1.0" edition = "2021" autotests = false