Skip to content

Commit

Permalink
Release 0.8.2 (#2334)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph authored Aug 17, 2023
1 parent 462f38b commit f6a2bac
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
Changelog
=========

[0.8.2](https://github.com/ordinals/ord/releases/tag/0.8.2) - 2023-08-17
---------------------------------------------------------------------

### Added

- Allow setting custom postage (#2331)
- Make retrieving inscriptions in block fast (#2333)
- JSON API for `/inscription`, `/inscriptions` and `/output` (#2323)
- Ignore invalid content type header values (#2326)
- Add reorg resistance (#2320)
- Add JSON API endpoint `/sat/<SAT>` (#2250)
- Add `amount` field to `wallet inscriptions` output. (#1928)


### Changed

- Only fetch inscriptions that are owned by the ord wallet (#2310)
- Inform user when redb starts in recovery mode (#2304)
- Select multiple utxos (#2303)


### Fixed

- Use `--fee-rate` when sending an amount (#1922)
- Fix typos in documentation (#2328)
- Fix dust limit for padding in `TransactionBuilder` (#1929)
- Fix remote RPC wallet commands (#1766)


[0.8.1](https://github.com/ordinals/ord/releases/tag/0.8.1) - 2023-07-23
---------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ord"
description = "◉ Ordinal wallet and block explorer"
version = "0.8.1"
version = "0.8.2"
license = "CC0-1.0"
edition = "2021"
autotests = false
Expand Down

0 comments on commit f6a2bac

Please sign in to comment.