diff --git a/CHANGELOG.md b/CHANGELOG.md index c6773e2..6672307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ Notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.2](https://github.com/imperviousinc/yuki/compare/v0.0.1...v0.0.2) - 2026-04-18 + +### Chore + +- Release v0.0.1 + ## [0.0.1](https://github.com/imperviousinc/yuki/releases/tag/v0.0.1) - 2026-04-18 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 4763c40..b409a71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -486,7 +486,7 @@ dependencies = [ [[package]] name = "bitcoin_yuki" -version = "0.0.1" +version = "0.0.2" dependencies = [ "anyhow", "arti-client", diff --git a/Cargo.toml b/Cargo.toml index 8cedc3f..a16703e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitcoin_yuki" -version = "0.0.1" +version = "0.0.2" authors = ["buffrr ", "Rob "] edition = "2024" license = "MIT OR Apache-2.0"