From 9f19a9e054884b3475ddacd0786d278c11f26515 Mon Sep 17 00:00:00 2001 From: raph Date: Wed, 3 Jan 2024 19:50:32 +0100 Subject: [PATCH] Release 0.14.1 (#2946) --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23bf0389e5..cef3bb6103 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changelog ========= +[0.14.1](https://github.com/ordinals/ord/releases/tag/0.14.1) - 2023-01-03 +-------------------------------------------------------------------------- + +### Fixed +- Fix wallet create (#2943) + +## Misc +- Clean up justfile (#2939) + [0.14.0](https://github.com/ordinals/ord/releases/tag/0.14.0) - 2023-01-02 -------------------------------------------------------------------------- diff --git a/Cargo.lock b/Cargo.lock index 6a5b2601ee..25ff414367 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2148,7 +2148,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ord" -version = "0.14.0" +version = "0.14.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 73e052e40e..293755d3e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ord" description = "◉ Ordinal wallet and block explorer" -version = "0.14.0" +version = "0.14.1" license = "CC0-1.0" edition = "2021" autotests = false